Skip to content

Commit

Permalink
Added the tutorial of convert pseudotime to RNA velocity (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlitnightly committed Oct 29, 2024
1 parent 641a78f commit db2a0c4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/tutorials/index_conventional.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
:maxdepth: 1
notebooks/zebrafish
notebooks/dynamo_beyondvelo
notebooks/zebrafish_topography_analysis_tutorial
```
2 changes: 1 addition & 1 deletion docs/tutorials/notebooks
11 changes: 11 additions & 0 deletions dynamo/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ def DentateGyrus(

return adata

def bone_marrow(
url: str = "https://figshare.com/ndownloader/files/35826944",
filename: str = "bone_marrow.h5ad",
) -> AnnData:
"""The bone marrow dataset used in
This data consists of 27,876 genes across 5,780 cells.
"""
adata = get_adata(url, filename)

return adata

def Haber(
url: str = "http://pklab.med.harvard.edu/velocyto/Haber_et_al/Haber_et_al.loom",
Expand Down

0 comments on commit db2a0c4

Please sign in to comment.