Description Usage Arguments Details Value Note Author(s) Examples
View source: R/termSimilarity.R
The function getGOGraph returns a graphNEL object representing the GO graph with leaves specified in the argument. The function getGOGraphsGenes returns a set of graphNEL objects. The ith graph object is created by call to getGOGraph with the GO terms associated to gene i. It hence shows for each gene, where its GO terms are located within the GO structure.
1 2 3 | getGOGraph(term, prune=Inf)
getGOGraphsGenes(genelist, prune=Inf)
|
term |
character vector of GO terms |
genelist |
character vector of Entrez gene IDs |
prune |
do not show the complete graph, but prune it after the specified number of ancestors |
The result is computed within the currently set ontology ("BP","MF","CC").
graphNEL object(s)
directly calls the function GOGraph
in the "GOstats" library
Holger Froehlich
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.