Description Usage Arguments Value Examples
Get the number of genes in modules in a fcoex object This function was copied and adapted from the CEMiTool package.
1 2 3 4 | mod_gene_num(fc, module = NULL)
## S4 method for signature 'fcoex'
mod_gene_num(fc, module = NULL)
|
fc |
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)
1 2 | data("fc")
mod_gene_num(fc, module = "TYROBP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.