This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to retrieve miRNA expression p-values using 'Olig' R package

Hello, I am working on Affymetrix miRNA.3.0 and have normalized my data using 'oligo' followed by differential expression analysis using limma package.

I was wondering if someone could help me with retrieving miRNA expression p-values after oligo normalization?

DA

r

Please read the limma user guide, it contains all necessary code.

1 answer

If you have already performed differential expression analysis, then use limma::toptable() to derive the test statistics.

Kevin

Log in to answer this question.