Differentially expressed genes between Seurat objects
1
0
Entering edit mode
3.5 years ago
lic4010 ▴ 10

Hi all,

I'm trying to find differentially expressed genes between two different subsets of a Seurat object. Is there a straightforward way to do this using FindMarkers() or FindVariableFeatures()? The subsets are pre- and post-treatment and my goal is to find and remove the genes that are associated with the treatment.

Thanks!!

RNA-Seq Differential-gene-expression Seurat • 4.0k views
ADD COMMENT
0
Entering edit mode

Do you have biological replicates? I am personally a fan of pseudbulk DE for single-cell data. In my hands this denoises the issues related to sparse data quite a lot when it comes to DE testing.

ADD REPLY
1
Entering edit mode
3.5 years ago

Keep the samples in the same Seurat object, use a model-based test, and include the condition as a latent variable in FindMarkers, i.e. test.use = "LR", latent.vars = "treatment".

ADD COMMENT
1
Entering edit mode

I just want to add that you should use the counts from the RNA assay instead of other assays like SCT or integrated.

ADD REPLY

Login before adding your answer.

Traffic: 2255 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6