module_genes {fcoex} | R Documentation |
This function was copied and adapted from the CEMiTool package.
module_genes(fc, module = NULL) ## S4 method for signature 'fcoex' module_genes(fc, module = NULL)
fc |
Object of class |
module |
A character string with the name of the module of which
genes are to be returned. Defaults to |
Object of class data.frame
containing genes and their
respective module
data("fc") module_genes(fc)