Description Usage Arguments Value
Evaluates a gene set of interest in the context of a given dataset
1 | evalGeneSet(gsi, XY, lP, nBK = 0, method = "lgr")
|
gsi |
gene set of interest, provided as a character vector |
XY |
dataset, as loaded by prepareTask() |
lP |
list of pairs for cross-validation, as generated by preparePairs() |
nBK |
number of background sets that should be generated alongside the gene set of interest |
method |
one of "lgr", "svm, xgb", "nn" for logistics regression, support vector machines, xgboost and neural nets, respectively |
A data frame of results, where the first row corresponds to the gene set of interest, and all subsequent rows correspond to the generated background sets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.