This is a test version of Biostars. For the public version, visit https://www.biostars.org.
differentially expressed miRNA

Hi I have downloaded miRNA seq from TCGA data. I have got many files such as raw counts, RPM and RPKM log2, if i want to find the differentially expressed genes, which data should i used and which R packages??

rna-seq

R package called Rlaziness

Hi, you can try DESeq2 or edgeR which based on count values. They are the mainstreaming tools currently to do DE analysis.

1 answer

I would suggest doing differential expression analysis with bioconductor R packages like EdgeR, DESeq2, limma or NOISeq from raw counts, assuming those are the output of a kind of software tool like htseq-count of FeatureCounts or somewhat similar.

Thanks for the reply. One more question raw counts and read counts are same?

Yes, well raw counts I refered as non previously filtered read counts. Raw read counts better said.

Log in to answer this question.