modelGeneExpression_significance_testing_wraper | R Documentation |
Internal function used in modelGeneExpression
. It runs ridgePvals
parallelly across signatures and samples as specified by experiment design.
modelGeneExpression_significance_testing_wraper(
mae,
yname,
uname,
xnames,
groups,
standardize,
regression_models
)
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 |
regression_models |
Named list with elements corresponding to signatures
specified in |
Named list with elements corresponding to signatures specified in
xnames
. Each of these is a list holding data.frame
of
signature's p-values and test statistics estimated for each sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.