ranking: Rank the results by computing a score.

View source: R/ranking.R

rankingR Documentation

Rank the results by computing a score.

Description

This function takes the result of analyze() and creates a score by computing a weighted mean across the different methods' results.

Usage

ranking(analysis, weights)

Arguments

analysis

Analysis object resulting from analyze().

weights

Named list pairing method names with weighting factors. Only methods that are contained within this list will be included.

Value

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.


johrpan/geposan documentation built on Feb. 28, 2025, 3:48 a.m.