getGOTable {compdiagTools} | R Documentation |
This function generates a HTML table that consists of gene ontology information. The table has 3 rows, each for one sub-ontology. Namely Molecular Function, Biological Process and Cellular Component.
getGOTable(x, y)
x |
Is either an Affymetrix Probe identfier (class character), or a aafTable object. |
y |
If x is a probe-set ID, this is the name of the Chip the
probe-set comes from. If x is an annotation table, y
contains the row of the table to be used. |
A html table representing character string.
M. Held
library(hgu95av2) id <- ls(hgu95av2GO)[1] getGOTable(id, "hgu95av2")