JiekaiLab / scTE

MIT License
87 stars 27 forks source link

got less differential expressed gene #21

Open xyn0813 opened 2 years ago

xyn0813 commented 2 years ago

when I tried to find differential expressed genes and TEs for different cell clusters using expression matrix containing both genes and TEs, I noticed that I got less differential expressed genes comparing with using expression matrix containing genes only (there is no difference with TEs). I assumed that the counts of TEs are much higher than genes, so some differential expressed genes whose counts is low cannot be found after normalization. Is my assumption resonable?How to normalize data properly? How to solve such a problem?

jphe commented 2 years ago

We did not observed obvious bias for genes in our data, the gene expression of scTE corelates tighly with cell ranger and STAR in our data.

It maybe data dependent. It is possible as you explain, we use seurat/scanpy/scran for normalization without any sepcial settings. Or may only influence for some specific genes (overlaped to TEs?), can you check how many genes are biased, and how many of them are overlaped to TEs?

xyn0813 commented 2 years ago

I think you may misunderstand my question. Let me be clear :how do you get differentially expressed genes and TEs?

  1. separate scTE matrix to gene expression matrix and TE expression matrix, get differentially expressed genes and TEs separately.
  2. use the original scTE matrix(containing both genes and TEs)
jphe commented 2 years ago

We have tried both, and then plot each of them (will not too many) to see if there are any false discoveires.