Entering edit mode
6.8 years ago
k.kathirvel93
▴
310
Hi EveryOne,
I may think, this will be a silly question. But I am new to miRNA and RNA seq data analysis. I am working in human data, Mapping and quantification has done already, now am in normalization process. I knew some backgrounds about what is FPKM and RPKM, TMM and Quantile. But i want to get to know about how to perform these normalization methods. Which language or which tool, and How ? Thanks in advance.
If your aim is to perform differential expression analysis then you should not do any normalization yourself. You should use the raw read counts in a tool such as DESeq2.
Thanks WouterDeCoster, Yes am looking for differential expression. But many RNA-seq papers coming with Normalization. I am so confused.
FPKM is a very simple normalization approach. DESeq2 (and others such as edgeR) use a much more sophisticated method to normalize your read counts. So normalization has to be done, but the software will do it for you and you don't need to worry about it.
Thanks WouterDeCoster, Can you clarify my doubts: 1.DESeq2 will do ? and 2. edgeR will do TMM?
The documentation and publications of those tools should tell you everything you want to know about them.
Yes WouterDeCoster, Can I get the instructions and protocols of every of them. If you can.
Hi WouterDeCoster, Can you suggest me which normalization method is best for miRNA-seq data and RNA-seq data ? Thanks in advance.
You can read the post I have tagged below to get more info about the best method for miRNA-seq normalisation.