mod_gene_num {fcoex} | R Documentation |
Get the number of genes in modules in a fcoex object This function was copied and adapted from the CEMiTool package.
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)
data("fc") mod_gene_num(fc, module = "TYROBP")