-
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.
* Concatenation tutotrial * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Render notebooks * update icon with scverse logo * Update basic-scrna-tutorial.ipynb * icon.png renamed * Create icon.png * Delete icon.png --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3f6cf8e
commit 0429e09
Showing
3 changed files
with
18 additions
and
0 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
tutorial-registry/tutorials/concatenation-of-unimodal-data/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,17 @@ | ||
name: Concatenation | ||
description: | | ||
In this notebook we showcase how to perform concatenation, | ||
meaning to keep all sub elements of each object, and stack these elements in an ordered way. | ||
Merging is combining a set of collections into one resulting collection which contains | ||
elements from the objects. | ||
link: https://anndata.readthedocs.io/en/latest/concatenation.html | ||
image: icon.png | ||
primary_category: scRNA-seq | ||
tags: | ||
- concatenation | ||
packages: | ||
- anndata | ||
- scanpy | ||
- scipy | ||
authors: | ||
- gtca |