selectTerms {goCluster} | R Documentation |
This function will retrieve the data for the given annotation terms
from a goCluster
-object.
selectTerms(goCluster, terms)
goCluster |
An object of class goCluster with an object of
class clusterVisualHeatmap as visualization method. |
terms |
The annotation terms that should be returned. |
The heatmap visualization method will store the identified annotation
terms in a tree that matches the clustering tree. The
selectTerms
-function facilitates the retrieval of specified
annotation terms from this tree.
A list of elements named according to the annotation terms.
set.seed(1000) data(benomylsetupsmall) benomylsetupsmall$classvisu <- "clusterVisualHeatmap" a <- new("goCluster") execute(a) <- benomylsetupsmall selectTerms(a, "GO:0003735")