aafGO-class {annaffy} | R Documentation |
An abstraction for gene ontology ids from Bioconductor data
packages. This class is actually extends aafList
and holds
aafGOItem
objects which have the actual annotation data.
Objects are generally created by the aafGO
constructor.
Objects can also be created manually by calls of the form
new("aafGO", list(goitems))
.
.Data
:Object of class list
Class aafList
, from data part.
(aafGO): Returns a comma delimeted list of the individual
aafGOItem
objects.
(aafGO): Returns a single URL to an AmiGO page which displays all the gene ontology identifiers in an hierarchical listing.
(aafGO): Returns an HTML representation of each of the
individual aafGOItem
objects, concatenated together.
(aafGO): Returns an HTML table cell representation with the class set to "aafGO".
(aafGOItem): Returns a line of CSS that indents GOItem paragraphs.
Colin A. Smith, annaffy@colinsmith.org