Hello all,
I'm doing the single cell RNA-Seq and trying to find out genes showing different expression under two treatments. Thus my first step is to put two datasets from different treatments together and the second is to compare the difference.
When I merge two single cell RNA-seq datasets together, I notice that there are some unique genes from the previous two datasets and they are maintained by Seurat::merge(). I'm wondering whether I should keep these unique genes? Will they affect the downstream analysis of differential analysis?
Thank you in advance!
You should not keep the unique genes. If there is only a small number of them then you might be OK just excluding them. If it is a huge proportion of genes then what @kristoffer.vittingseerup suggested below is probably wise.
Thank you and agree! It's only a small proportion and their expression are also low in the other dataset.