View source: R/glmnet_deprecated.R
CalcClusterEnrich | R Documentation |
Calculate cluster enrichment with logistic regression
CalcClusterEnrich(
design.mat,
cov.mat,
clusters,
alpha,
lambda.use,
ctrl = NULL
)
design.mat |
Design matrix for regression |
cov.mat |
Matrix of covariates to regress out |
clusters |
Cluster assignments |
alpha |
Elasticnet ratio: (0 is fully L2, 1 fully is L1) |
lambda.use |
Shrinkage parameter |
ctrl |
Control genotype to compare all other genotypes to (e.g. NTC, AAVS) |
Matrix of regression coefficients
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.