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
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).
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?
" 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.
thank you. any tool or a R package to normalize?