geneset_binomialRF: random forest feature selection based on binomial exact test

Description Usage Arguments Value References

View source: R/geneset_binomialRF.R

Description

binomialRF is the R implementation of the feature selection algorithm by (Zaim 2019)

Usage

1
geneset_binomialRF(binomialRF_object, gene_ontology, cutoff = 0.2)

Arguments

binomialRF_object

the binomialRF object output

gene_ontology

a two- or three-column representation of a gene ontology with gene and geneset names

cutoff

a real-valued number between 0 and 1, used as a p-value threshold

Value

a data.frame with 4 columns: Geneset Name, P-value, Adjusted P-value based on fdr.method

References

Zaim, SZ; Kenost, C.; Lussier, YA; Zhang, HH. binomialRF: Scalable Feature Selection and Screening for Random Forests to Identify Biomarkers and Their Interactions, bioRxiv, 2019.


binomialRF documentation built on March 26, 2020, 5:13 p.m.