Thanks! I have looked them. However, I could not find how it works with low expressed genes.
• 0 views
•
link
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?
TIA
The Wikipedia page for quantile normalization and this answer should provide some light.
Thanks! I have looked them. However, I could not find how it works with low expressed genes.
It's all based on the rank of the gene expression, so lowly expressed genes are ranked lower. If you have a tie in the expression value, it depends on the implementation; you can either take the average or the minimum.
Log in to answer this question.