View source: R/trainAndTestMolSigs.R
findCandidates | R Documentation |
The goal is to pre filter features using limma, with the hope that the smaller set of features consist of features which are more likely to produce good models by glmnet.
findCandidates(mat, tmat, yvar, tyvar, p.val = 0.001)
mat |
matrix samples as rows, features as columns |
tmat |
see mat |
yvar |
(auc) response. This is what we eventually want to predict, but here we use it to define categorical variables and train a model. |
tyvar |
see yvar |
p.val |
cutoff when filtering |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.