Skip to content

Commit

Permalink
Pre commit config and Cellcharter tutorial (#190)
Browse files Browse the repository at this point in the history
* cellcharter tutorial

* changed tag from clustering to compositional analysis

* icon to 512x512p

* changed default_stages to match those expected by pre-commit
  • Loading branch information
mengerj authored Nov 15, 2024
1 parent 0a5b366 commit 2172683
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ fail_fast: false
default_language_version:
python: python3
default_stages:
- Nonepre-commitNone
- Nonepre-pushNone
- pre-commit
- pre-push
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Spatial clustering of spacial transcriptomics data with CellCharter
description: |
This tutorial demonstrate how to use CellCharter to cluster spatial transcriptomics data, obtained with the CosMx technology from Nanostring.
This method can also be used for spatial proteomics data.
link: https://cellcharter.readthedocs.io/en/latest/notebooks/cosmx_human_nsclc.html
image: icon.png
primary_category: Spatial
tags:
- compositional analysis
packages:
- CellCharter
- squidpy
- scvi
- scanpy
- anndata
authors:
- marcovarrone
- grst

0 comments on commit 2172683

Please sign in to comment.