Description Usage Arguments Value
View source: R/genFeatureAnnotations.R
Generate feature annotations
1 | genFeatureAnnotations(molDb, elNetResults, responseVec, verbose = FALSE)
|
molDb |
molecular data used for elastic net results |
elNetResults |
elastic net results object |
responseVec |
response vector used in the elastic net results |
verbose |
a boolean, whether to display debugging information |
a vector of strings with feature annotations in the form: cr=CORRELATION cm=CUMULATIVE_CORRELATION fq=FEATURE_FREQUENCY
cr individual correlation of feature
cm cumulative correlation of features up to this feature
fq frequency of feature in multiple training runs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.