combine.ranking: Combining mulitple methods for ranking genes.

Description Usage Arguments Value See Also

View source: R/bayes.R

Description

combine.ranking function combines mulitple rankings to one final. All the rankings takes the same importans for final decision.

Usage

1
2
combine.ranking(rankings = list(bayes.risk.rank, bayes.driver.rank),
  genes = NULL, min.mut = 2)

Arguments

rankings

a list containing at least two elements, first one data frame output of bayes.risk and second data frame output of bayes.driver functions. All next elements of the list, should be named numeric vectors, where nemas are Hugo_Symbol and value represent any score where higer values are scoring better for gene to be driver.

genes

a vector of genes which were sequenced/analysed. They should be unique values of Hugo_Symbol column (with possibility of more additional genes which did not have any SNV/Indel. in given cohort).

min.mut

a numeric value, threshold for filtering genes based on minimum number of nonsilent mutations.

Value

a data frame with ranked genes by combining different methods ranking. Additional columns with usefull info are contained in resulting data frame also.

See Also

bayes.risk, bayes.driver for obtaining bayes.risk.rank and bayes.driver.rank variables.


hanasusak/cDriver documentation built on May 17, 2019, 2:27 p.m.