This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to perform TMM normalization for my miRNA data

Hi Everyone,

I am new to R. am doing miRNA_seq data analysis with three different tissues. I need to normalize my datas by TMM. So can any one help me 1. How to do TMM ( suggest me some R code) 2. How my Input count file should looks like for TMM. Thanks in advance,

r next-gen sequencing

1 answer

I will suggest you a lot of code, found at edgeR Users Guide. Although there is no miRNA example, if you have mapped your reads and then summarized read counts mapping to each gene, then you can follow edgeR workflows found at the guide. The function calcNormFactors() will perform TMM normalization.

You input counts file should be in the form of integer counts, one gene per line. How did you perform the counts?

Thanks h.mon am using FeatureCounts for quantification.

Log in to answer this question.