Bioconductor: quantile normalization
1
0
Entering edit mode
@kvc_bioinfo-15319
Last seen 6.1 years ago

Hello All,

I have used Bioconductor ‘preprocessCore’ fro quantile normalization. I am trying t understand how does it work with low expressed or zero count genes. Is someone aware of that? Does it remove the low expressed genes?

TIA

 

 

normalization quantile preprocesscore • 1.7k views
ADD COMMENT
2
Entering edit mode
@james-w-macdonald-5106
Last seen 1 day ago
United States

No, it doesn't remove anything. It wouldn't make any sense to do that. If you look at the help page for normalize.quantiles, there is a link to a pdf that explains the procedure.

That said, preprocessCore, and normalize.quantiles are intended for microarray measurements, and using for count data is probably suboptimal.

ADD COMMENT
0
Entering edit mode

Thank you very much. I have used that on RNA-seq counts 

ADD REPLY
0
Entering edit mode

Well, like I said, that is probably not what you want to do. There are established RNA-Seq analysis pipelines, such as DESeq2 and edgeR, which handle the normalization of the count data in a statistically defensible manner. Unless you know what you are doing, it's probably best to use existing tools rather than a hodgepodge of methods borrowed from various analysis pipelines.

ADD REPLY

Login before adding your answer.

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