Description Usage Arguments Value
Perform gene set enrichment analysis on clustered network modules with pathways or GO terms.
1 2 3 4 5 6 | annotateModules(object, type = c("Pathway", "BP", "CC", "MF"),
min.module.size = 1, include.linkers = FALSE)
## S4 method for signature 'ReactomeFINetwork'
annotateModules(object, type = c("Pathway",
"BP", "CC", "MF"), min.module.size = 1, include.linkers = FALSE)
|
object |
ReactomeFINetwork object. |
type |
Character string containing the type of annotation to use. Accepted values are "Pathway", "BP" for biological process, "CC" for cellular component, and "MF" for molecular function. |
min.module.size |
Minimum module size to consider for annotation (default: 1). |
include.linkers |
Set to TRUE if linker genes in the network should be included in network annotation. This may bias results. (default: FALSE) |
data.frame Results of the gene set enrichment analysis. The
output will be the same as the annotate
method plus another column for the module the annotation
corresponds to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.