Skip to content

Commit

Permalink
fetalliver dataset doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanugur committed Apr 22, 2023
1 parent ef397e9 commit 6a7222c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
26 changes: 25 additions & 1 deletion docs/fetalliver.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
Example run on Fetal Liver dataset
----------------------------------
----------------------------------
Cellsnake can be run directly using the snakemake workflow. We recommend the wrapper but the snakemake workflow give more control in some use cases.

Lets try workflow on Fetal Liver dataset. You can download the dataset here:



Since this dataset have 6 samples, rather than one MT percentage, make it automatic so that each sample. A minimal run is also enough, we do not want to analyze samples seperately.

```shell
snakemake -j 10 --config option=minimal percent_mt=auto
```

Then we can run integration.
```shell
snakemake -j 10 --config option=integration
```

Now it is time to work on the integrated sample. We can run full advanced run on the integrated object which is always generates at the same location.
```shell
snakemake -j 10 --config datafolder=analyses_integrated/seurat/integrated.rds resolution=0.3 route=advanced is_integrated_sample=True --rerun-incomplete
```



1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ A command line tool for easy and scalable single cell analysis
installation.md
quickstart.md
fetalbrain.md
fetalliver.md
output.md
options.md

0 comments on commit 6a7222c

Please sign in to comment.