| rhoScores {RobustRankAggreg} | R Documentation |
Calculate Rho score for normalized rank vector
rhoScores(r, topCutoff = NA, exact = F)
r |
vector of values in [0, 1] |
topCutoff |
a vector of cutoff values used to limit the number of elements in the input lists |
exact |
indicator if exact p-values should be calculated (Warning: it is computationally unstable and does ot give considerable gain) |
Takes in a vector with values in [0, 1]. Applies
betaScores to the vector, takes the minimum
of the beta scores and converts it to a valid p-value.
Raivo Kolde <rkolde@gmail.com>
Kolde et al "Robust Rank Aggregation for gene list integration and meta-analysis" (in preparation)
rhoScores(c(runif(15))) rhoScores(c(runif(10), rbeta(5, 1, 50)))