Tutorials for Robust Rank Agrregation
0
0
Entering edit mode
2.7 years ago

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 • 1.9k views
ADD COMMENT
1
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

Oh, I didn't know about that, thanks a lot

ADD REPLY

Login before adding your answer.

Traffic: 1016 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6