Description Usage Arguments Value
View source: R/run_elnet_logistic_reg.R
Run an Elastic-net logistic regression using glmnet
.
1 | run_elnet_logistic_reg(data, treat, alpha)
|
data |
A matrix of normalized, batch-corrected counts - samples as rows, genes as columns. |
treat |
A factor vector grouping samples into one of at most two groups. |
alpha |
The elastic-net regression penalty, between 0 and 1. |
An object of class delboy_elnet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.