ranking | R Documentation |
This function takes the result of analyze()
and creates a score by
computing a weighted mean across the different methods' results.
ranking(analysis, weights)
analysis |
Analysis object resulting from |
weights |
Named list pairing method names with weighting factors. Only methods that are contained within this list will be included. |
A ranking object. The object extends the analysis result with
additional columns containing the score
, the rank
and the percentile
for each gene. It will be ordered by rank.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.