How to perform TMM normalization for my miRNA data
1
0
Entering edit mode
6.2 years ago
k.kathirvel93 ▴ 300

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 • 3.2k views
ADD COMMENT
0
Entering edit mode
6.2 years ago
h.mon 35k

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?

ADD COMMENT
0
Entering edit mode

Thanks h.mon am using FeatureCounts for quantification.

ADD REPLY

Login before adding your answer.

Traffic: 2946 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6