getGOGraph {GOSim}R Documentation

Get graphNEL object with leaves specified in the arguments.

Description

Returns a graphNEL object representing the GO graph with leaves specified in the argument.

Usage

getGOGraph(term)

Arguments

term character vector of GO terms

Details

The result is computed within the currently set ontology ("BP","MF","CC").

Value

graphNEL object

Note

directly calls the function GOGraph in the "GOstats" library

Author(s)

Holger Froehlich

Examples

## Not run: 
 G=getGOGraph(c("GO:0006955","GO:0007584"))
 library(Rgraphviz)
 plot(G)
## End(Not run)

[Package GOSim version 1.0.2 Index]