Cross platform normalization for miRNA data
1
0
Entering edit mode
7.4 years ago
Prasad ★ 1.6k

Hi all,

I have to compare 2 miRNA data of our lab (NextSeq500, 75bp, ~10M reads/sample) to public data which is sequenced using GAIIx platform(data). I am performing sample clustering based on the miRNA expression (normalized data using DESeq) and not getting desired clusters. Are there any R packages or tools for cross platform normalization before comparing the data. Found some tool like AnyExpress, ComBat, not sure for my case

Any suggestions on tools/ way to compare the data

thanks

R miRNA • 2.0k views
ADD COMMENT
0
Entering edit mode

ComBat will remove clustering by technology ... that is what it is designed to do, but in doing so it will also remove and clustering by any experimental factor that correlates perfectly with technology. You want to be very careful with miRNA results as there is generally accepted to be quite a lot of sequence specific bias (i.e. GC bias etc) in miRNA results, and I'd get nervous about something with large sequence bias and different technologies (where the biases are likely to be different).

ADD REPLY
0
Entering edit mode

GC bias is an issue in case of miRNA. Any suggestion for my case to normalize the data? Is it really necessary to normalized data from two different platform?

ADD REPLY
0
Entering edit mode

" Is it really necessary to normalized data from two different platform". Well given that you are not getting the clustering expected, I'd say yes.

ADD REPLY
0
Entering edit mode

thank you. any tool or a R package to normalize?

ADD REPLY
0
Entering edit mode
7.4 years ago
BioinfGuru ★ 1.7k

Not sure if this applies here...but I have been measuring tissue specificity across different tissues. While the platforms used to process each tissue is the same, the principal is that I had to normalise RPKM values across different experiments (in your case, across different platforms).

I did this by quantile normalizing the data using the 'normalize.quantiles' function of the preprocessCore library in R

Maybe this will lead you in the right direction.

ADD COMMENT
0
Entering edit mode

i have tried quantile normalization and row wise median normalization as mentioned here, not worked

ADD REPLY

Login before adding your answer.

Traffic: 2023 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