View source: R/molecularSigs.R
miniReg | R Documentation |
miniReg Runs lasso regression on a single feature from tabular data
miniReg(tab, mol.feature, feature.val, enet.alpha = seq(0.1, 1, 0.1))
tab |
with column names ‘AML sample',meanVal,Gene, and whatever the value of ’mol.feature' is. |
enet.alpha |
numeric vector specifying the alpha values to use when running glmnet |
a data.frame with three values/columns: MSE, numFeatures, and Genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.