CalcGeneModuleEffect | R Documentation |
Calculate effect of perturbations on gene modules
CalcGeneModuleEffect(
coefs.matrix,
gene.clusters.list,
gene.module.mapping = NULL,
min.coef = 0.025
)
coefs.matrix |
Regression coefficients matrix |
gene.clusters.list |
List of gene clusters |
gene.module.mapping |
Mapping gene modules to descriptions |
min.coef |
Minimum cofficient magnitude for a gene to be considered |
Matrix of perturbation effects on each gene modules
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.