View source: R/trainAndTestMolSigs.R
drugMolLogRegEval | R Documentation |
drugMolLogRegEval Computes logistic regression and evaluates on test dataset for a particular aucThreshold
drugMolLogRegEval(
clin.data,
mol.data,
mol.feature = "Gene",
mol.feature.name,
test.clin,
test.mol,
category = "Condition",
aucThresh = 100
)
clin.data |
AUC data for training |
mol.data |
molecular data table |
mol.feature |
list of molecular features to evaluate |
mol.feature.name |
list of molecular feature names |
test.clin |
AUC data for testing |
test.mol |
molecular data for testing |
category |
Column in AUC data to use |
aucThresh |
Threshold to call sample sensitive vs. resistant |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.