gene2GO-class {ViSEAGO} | R Documentation |
This class is invoked by annotate
method in order to store GO annotations for each category (MF, BP, CC).
db
database source in character
.
stamp
date of stamp in character
.
organism
target species GO annotation in character
.
MF
a list
containing GO terms for Molecular Function (MF) category for each gene element.
BP
a list
containing GO terms for Biological Process (BP) category for each gene element.
CC
a list
containing GO terms for Cellular Component (CC) category for each gene element.
Other GO_terms:
GOcount()
,
GOterms_heatmap()
,
annotate()
,
create_topGOdata()
,
merge_enrich_terms()