Description Usage Arguments Value References
View source: R/geneset_binomialRF.R
binomialRF
is the R implementation of the feature selection algorithm by (Zaim 2019)
1 | geneset_binomialRF(binomialRF_object, gene_ontology, cutoff = 0.2)
|
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 |
a data.frame with 4 columns: Geneset Name, P-value, Adjusted P-value based on fdr.method
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.