mod_gene_num | R Documentation |
Get the number of genes in modules in a CEMiTool object
mod_gene_num(cem, module = NULL)
## S4 method for signature 'CEMiTool'
mod_gene_num(cem, module = NULL)
cem |
Object of class |
module |
Default is NULL. If a character string designating a module is given, the number of genes in that module is returned instead. |
The number of genes in module(s)
# Get example CEMiTool object
data(cem)
# Get the number of genes in modules
mod_gene_num(cem)
# Get the number of genes in module M1
mod_gene_num(cem, "M1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.