You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 03_differential_expression/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The template aggregates single cell counts to the sample x cluster x factor_of_i
21
21
- An adapted `seurat` Dotplot to show % of cells expressing top DEGs;
22
22
- An integrated Violin-Box-Scatter (VBS) plot displaying the normalized expression of top DEGs per single cell across contrast groups.
23
23
24
-
We separately prepare the Rscript `02_differential_expression/MAST_analysis.R` to pre-compute the DEG results since MAST computation is relatively time-consuming. For our demo dataset, \~1000 cells and two group comparison, it took around 10-15 minutes.
24
+
We separately prepare the Rscript `02_differential_expression/MAST_analysis.R` to pre-compute the DEG results since MAST computation is relatively time-consuming. For our demo dataset, \~1000 cells and two group comparison, it took around 10-15 minutes. If working on an HPC, you may be interested in running this as a batch job. A sample sbatch script is provided in `run_MAST_analysis.sh`.
25
25
26
26
To run this Rscript, you should input below parameters:
27
27
@@ -39,7 +39,7 @@ To obtain more informative console logs from MAST analysis, please consider runn
39
39
40
40
You will expect to have three main outputs in your specified output folder:
41
41
42
-
-`processed_seurat.rds`: the processed seurat object containing log-normalized data
42
+
-`processed_seurat.qs`: the processed seurat object containing log-normalized data
43
43
-`MAST_RESULTS*`: the MAST modeling object to allow for further follow-up analysis of your own choice
44
44
-`FULL_MAST_RESULTS_*`: full MAST differential expression analysis results in csv format
45
45
-`SIG_MAST_RESULTS_padj<0.05*`: significant DEGs using 0.05 as the threshold for FDR
0 commit comments