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??
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??
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.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Hi, you can try DESeq2 or edgeR which based on count values. They are the mainstreaming tools currently to do DE analysis.