View source: R/FeatureSelection.R
lasso.cox.selection | R Documentation |
LASSO Cox selection
lasso.cox.selection(
d.frame,
status,
time,
seed = 666,
scale = TRUE,
nfolds = 10
)
d.frame |
Data.frame — Row: sample, Column: gene expression |
time |
OS, DFS, RFS et al..... |
seed |
Default 666 |
nfolds |
Default 10 |
data(LIRI)
loonR::lasso.cox.selection(LIRI[,3:5],LIRI$status, LIRI$time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.