This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Transform TMM value into log2(TMM) or rlog(TMM) in DESeq is OK?

Hi everyone,

I got the TMM value for each gene of my 18 samples from Trinity pipeline and now wants to cluster or do the PCA analysis to them. However some of the genes have very large TMM value which could disturb the cluster as describle in DESeq2's manual Data transformations and visualization. So my question would be that if I could feed rlog() or vst() with my TMM vaule matrix, or simply using log2(TMM) to do cluster?

rna-seq

Hi,

you can log2 transform your data and then do a PCA, but do not feed rlog() or vst() with TMM values

Thanks!

Indeed only count matrix is OK for rlog() or vst()!

0 answers

No answers yet.

Log in to answer this question.