This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What normalization technique does RankProd use

Hi... I'm very new to RankProduct package of R... I was trying to run some sample code, but I dont understand where exactly the normalization of data happens here...? Is there any specific technique that RankProd uses?

normalization rankprod

1 answer

The short answer is that RankProd does not normalize or require normalization of the data. It is a non-parametric rank-based method, which means that it only looks at the order of the genes on the lists, not at their actual expression values (Hong et al., 2006). It is thus invariant to any positive monotonic transformation of the expression values, since such transformations do not change the order.

Log in to answer this question.