-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'concatenation-of-unimodal-data' of https://github.com/m…
…ikelkou/scverse-tutorials into concatenation-of-unimodal-data
- Loading branch information
Showing
6 changed files
with
190 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
22 changes: 22 additions & 0 deletions
22
tutorial-registry/tutorials/preprocessing-and-clustering/meta.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Preprocessing, clustering and cell-type annotation | ||
description: | | ||
This fundamental single-cell tutorial guides you through the most common analysis steps, including quality control, | ||
normalization, feature selection, dimensionality reduction, clustering and cell-type annotation. | ||
link: https://scverse-tutorials.readthedocs.io/en/latest/notebooks/basic-scrna-tutorial.html | ||
image: icon.webp | ||
primary_category: scRNA-seq | ||
tags: | ||
- preprocessing | ||
- cell-type annotation | ||
- quality control | ||
- visualization | ||
packages: | ||
- anndata | ||
- scanpy | ||
- celltypist | ||
- decoupler | ||
authors: | ||
- ivirshup | ||
- dbdimitrov | ||
- AnnaChristina | ||
- Hrovatin |