Description Usage Arguments Value Examples
Create a new module
1 2 3 4 5 6 | create_module(
compendium,
biofeatures = NULL,
samplesets = NULL,
normalization = "legacy"
)
|
compendium |
the compendium selected for the analysis |
biofeatures |
list of BiologicalFeature objects from get_bf |
samplesets |
a list of <samplesets> objects from get_ss |
normalization |
the normalization to be used for the inference ('legacy' as default) |
a Module object
1 2 3 4 5 6 | ## Not run:
gene_names <-c('VIT_05s0094g00350','VIT_07s0031g02630','VIT_19s0015g02480','VIT_08s0007g08840')
genes <- get_bf(compendium = get_compendium(), gene_names = as.list(gene_names))
mod1 <- create_module(compendium = get_compendium, biofeatures = genes)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.