Description Usage Arguments Value Examples
Get the module genes in a fcoex object
1 2 3 4 | 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
1 2 | data("fc")
module_genes(fc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.