modelGeneExpression_ridge_regression_wraper | R Documentation |
Internal function used in modelGeneExpression
. It runs ridge regression
parallelly across signatures and samples as specified by experiment design.
modelGeneExpression_ridge_regression_wraper(
mae,
yname,
uname,
xnames,
groups,
standardize,
parallel,
precalcmodels,
...
)
mae |
MultiAssayExperiment object such as produced by
|
yname |
string indicating experiment in |
uname |
string indicating experiment in |
xnames |
character indicating experiments in |
groups |
factor representation of design matrix. |
standardize |
logical flag indicating if the molecular signatures should
be scaled. Advised to be set to |
parallel |
parallel argument to internally used
|
precalcmodels |
optional list of precomputed |
... |
arguments passed to glmnet::cv.glmnet. |
Named list with elements corresponding to signatures specified in
xnames
. Each of these is a list holding 'cv.glmnet'
objects
corresponding to each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.