This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Read count vs read count per million (RPM) in Limma or DESeq2

Hi everyone. I am new for bioinformatics and Rstudio. I have just accessed TCGA website and dowloaded data which have 2 columns, read count and read count per million. I want to perform differential expression using Limma or DESeq2 . Which type of expression between read count and read count per million is better to put in these packages?

thank you all!!

mirna tcga deseq2 limma

1 answer

You should use the raw read counts. The packages will perform library size normalization themselves.

Log in to answer this question.