Description Usage Arguments Value
View source: R/prep_elnet_data.R
Prepare data for use in an Elastic-net logistic regression - needs to be in wide-format with genes as columns.
1 | prep_elnet_data(data, group_1, group_2, gene_column)
|
data |
A data frame produced by |
group_1 |
A character vector naming the columns that belong to group 1. |
group_2 |
A character vector naming the columns that belong to group 2. |
gene_column |
A character string naming the column containing gene names. |
A data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.