Skip to content

Commit

Permalink
Concatenation tutotrial (#65)
Browse files Browse the repository at this point in the history
* 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
3 people authored Aug 3, 2023
1 parent 3f6cf8e commit 0429e09
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions tutorial-registry/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"data structures",
"differential expression",
"functional analysis",
"concatenation",
"preprocessing",
"cell-type annotation",
"quality control",
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,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

0 comments on commit 0429e09

Please sign in to comment.