rank.aggregation | R Documentation |
Generate an aggregated ranking from multiple base rankers.
rank.aggregation( data, K, method = c("GEO", "MC2"), ties.method = c("average", "first", "last", "random", "max", "min") )
data |
An n-by-(p+1) numeric matrix that represents a table of p-values with n observations and p+1 variables. Note that the first column should be the gene name and the columns following after should be the methods (i.e., base rankers). |
K |
A numeric value that indicates how many top-K genes to sort out in each base ranker. |
method |
A character string that specifies the rank aggregation method. |
ties.method |
A character string that specifies how ties should
be treated (see "Details" in |
See Schimek, M. G. et al. (2015) for more information on the procedure.
A numeric matrix that represents a table with genes and their rank.
Li, X., Wang, X., & Xiao, G. (2019). A comparative study of rank aggregation methods for partial and top ranked lists in genomic applications. Briefings in bioinformatics, 20(1), 178–189. https://doi.org/10.1093/bib/bbx101.
Schimek M., Budinska E., Kugler K., Svendova V., Ding J., Lin S. (2015). “TopKLists: a comprehensive R package for statistical inference, stochastic aggregation, and visualization of multiple omics ranked lists.” Stat Appl Genet Mol Biol, 311-6. http://www.degruyter.com/doi/10.1515/sagmb-2014-0093.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.