This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Differential expression analysis of normalized expression of RNA seq data

Dear All,

I have a normalized expression table of RNA seq data. I normally use DESeq2 but it needs raw count table not normalized data. Which R package I can use to analyse a Normalised table?

Best,

rna-seq

Normalized by what method? Are there replicates?

1 answer

None. There is no package that is able to do (sound) statistical analysis of normalized RNAseq data. Get read count data, and do what you normally do with DEseq2 or limma voom, etc.

Log in to answer this question.