getGOTable {compdiagTools}R Documentation

getGOTable function

Description

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.

Usage

getGOTable(x, y)

Arguments

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.

Value

A html table representing character string.

Author(s)

M. Held

Examples

library(hgu95av2)
id <- ls(hgu95av2GO)[1]
getGOTable(id, "hgu95av2")

[Package compdiagTools version 1.5.3 Index]