annotate-methods: Annotate Network

Description Usage Arguments Value

Description

Perform gene set enrichment analysis with pathways or GO terms.

Usage

1
2
3
4
5
6
annotate(object, type = c("Pathway", "BP", "CC", "MF"),
  include.linkers = FALSE)

## S4 method for signature 'ReactomeFINetwork,character'
annotate(object, type = c("Pathway",
  "BP", "CC", "MF"), include.linkers = FALSE)

Arguments

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.

include.linkers

Set to TRUE if linker genes in the network should be included in network annotation. This may bias results. (default: FALSE)

Value

data.frame Results of the gene set enrichment analysis.


funnell/reactomefi documentation built on May 16, 2019, 4:05 p.m.