This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tutorials for Robust Rank Agrregation

Hey guys, I Just want to know any tutorial showing Robust Rank Aggregation, The only tutorial I found is in Chinese, I am doing Robust Rank Aggregation for merging my gene lists. Thanks in Advance

rna-seq r next-gen-sequencing

There is not much to do if you mean the R package RobustRankAggreg. You need ranked lists of genes, and then simply feed it into the function. From ?RobustRankAggreg:

glist <- list(sample(letters, 10), sample(letters, 20), sample(letters, 12))
aggregateRanks(glist = glist, N = length(letters))

The lower the score the more often the gene was ranked highly in the individual datasets.

0 answers

No answers yet.

Log in to answer this question.