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!!
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.