This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to do differential expressions in R from scRNAseq count files after scaling and normalization?

I have control and treatment data to be analyzed. I did the sailing, normalization and integration following Seraut. I got 11 clusters from integrated data and now I wanna make heatmap of differentially expressed genes, however not all genes but few selected genes. Can anyone please help me with the codes and explanations?

Thanks

r scrnaseq de

1 answer

Read Seurat's DoHeatmap documentation. Or dittoSeq's dittoHeatmap documentation, either will work for whatever genes you want to plot and are very easy to use.

Log in to answer this question.