Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tutorial-registry/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
description: |
Tutorials for analyzing single-cell B-cell and T-cell receptor sequencing data

- Cell-cell communication:
description: |
Infer and analyse interactions between cells

- Surface proteins:
description: |
CITE-seq analyses
Expand Down
1 change: 1 addition & 0 deletions tutorial-registry/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"scRNA-seq",
"Spatial",
"Adaptive immune cell receptor",
"Cell-cell communication",
"Surface proteins",
"ATAC-seq",
"Multimodal",
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: Single-cell enrichment analysis
description: |
Score transcription factor and pathway activities per cell, then compare them across cell types.
link: https://decoupler.readthedocs.io/en/latest/notebooks/scell/rna_sc.html
image: icon.png
primary_category: scRNA-seq
order: 25
modality:
- RNA
tags:
- functional analysis
- visualization
packages:
- decoupler
- scanpy
- anndata
authors:
- PauBadiaM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions tutorial-registry/tutorials/liana-ligand-receptor/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Cell-cell communication with LIANA+
description: |
Infer ligand-receptor interactions between cell types and aggregate the methods into a consensus ranking.
link: https://liana-py.readthedocs.io/en/latest/notebooks/basic_usage.html
image: icon.png
primary_category: Cell-cell communication
order: 10
modality:
- RNA
tags:
- functional analysis
- visualization
packages:
- liana
- scanpy
- anndata
authors:
- dbdimitrov
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,19 @@
name: Perturbation efficacy in pooled CRISPR screens
description: |
Find which cells in a pooled CRISPR screen were effectively perturbed, with Mixscape and Mixscale.
link: https://pertpy.readthedocs.io/en/latest/tutorials/notebooks/perturbation_efficacy.html
image: icon.svg
primary_category: scRNA-seq
order: 110
modality:
- RNA
tags:
- perturbation
- quality control
- visualization
packages:
- pertpy
- scanpy
- anndata
authors:
- Zethson
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,20 @@
name: Quantifying perturbation effects with distances
description: |
Measure how strongly a perturbation shifts cells with point-cloud distance metrics and permutation tests.
link: https://pertpy.readthedocs.io/en/latest/tutorials/notebooks/distances.html
image: icon.svg
primary_category: scRNA-seq
order: 90
modality:
- RNA
tags:
- perturbation
- visualization
packages:
- pertpy
- scanpy
- anndata
authors:
- stefanpeidli
- Lilly-May
- Zethson
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions tutorial-registry/tutorials/pertpy-perturbation-space/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Perturbation spaces
description: |
Summarize all cells of a perturbation into a single point, to compare whole perturbations rather than cells.
link: https://pertpy.readthedocs.io/en/latest/tutorials/notebooks/perturbation_space.html
image: icon.svg
primary_category: scRNA-seq
order: 100
modality:
- RNA
tags:
- perturbation
- visualization
packages:
- pertpy
- scanpy
- anndata
authors:
- Lilly-May
- Zethson
Loading
Loading