View source: R/molecularSigs.R
drugMolRegression | R Documentation |
working on this function still The goal is to use a basic elastic net regression to identify how well each molecular feature predicts outcome as well as how many features are selected
drugMolRegression(
clin.data,
mol.data,
mol.feature,
mol.feature.name = "Gene",
category = "Condition",
doEnet = FALSE
)
clin.data |
is tidied clinical data |
mol.data |
is tidied table of molecular data |
mol.feature |
is name of column to select from mol.data |
mol.feature.name |
is the name of the feature, default is 'Gene' |
category |
can be either Condition or family |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.