Skip to content

Commit 862e21b

Browse files
authored
Merge pull request #5 from metavannier/SRP287614
Srp287614
2 parents 2fb78d1 + 51c7412 commit 862e21b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

03_Script/diffexp_subset.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ library(EnhancedVolcano)
3737
read_chunk( path=file.path( SCRIPTDIR, "diffexp_subset.R"))
3838
```
3939

40-
## Differential epression of marker genes inside cluster
40+
## Differential expression of marker genes inside cluster
4141

4242
We remove NFAT2C and PAX5 from the analyse because they are not in the count matrix. Maybe they have an other name or they don't pass the filter (present in x cells etc...).
4343
We select cluster of cells with more than 5 cells with an expression of `r snakemake@params[["markergene"]]`.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Thomas Vannier (@metavannier), https://centuri-livingsystems.org/t-vannier/
1111
This workflow performs a Snakemake pipeline to process 10x single-cell RNAseq data from fastq files to the analysis of the differential expression of marker-genes.
1212
Correction for technical differences between datasets can be included (i.e. batch effect correction) with the integration method during the sctransform process in Seurat to perform comparative scRNA-seq analysis across experimental conditions.
1313

14+
Steps for the analysis:
15+
- cellranger.smk: Build the reference, count and aggregate with [cellranger v6.0.0](docker://litd/docker-cellranger).
16+
- seurat.smk: Run [seurat v4.0.3](https://www.cell.com/cell/fulltext/S0092-8674(21)00583-3?_returnURL=https%3A%2F%2Flinkinghub.elsevier.com%2Fretrieve%2Fpii%2FS0092867421005833%3Fshowall%3Dtrue) for the clustering.
17+
- differential_exp.smk: Differential expression based on the non-parametric Wilcoxon rank sum test. DE testing is performed on measured data.
18+
- diffexp_subset.smk: Differential expression analyses inside cluster after a subset on the marker gene expression.
19+
1420
## Usage
1521

1622
You need to install [Singularity](https://github.com/hpcng/singularity/blob/master/INSTALL.md#install-golang) on your computer. This workflow also work in a slurm environment.
@@ -48,7 +54,7 @@ Configure the workflow according to your needs via editing the files and reposit
4854

4955
- Then execute the workflow locally via
5056

51-
`snakemake --use-conda --use-singularity --cores 10`
57+
`snakemake --use-conda --use-singularity --cores 10`
5258

5359
#### On a cluster
5460

0 commit comments

Comments
 (0)