aafGO-class package:annaffy R Documentation _C_l_a_s_s _a_a_f_G_O, _a _c_l_a_s_s _f_o_r _g_e_n_e _o_n_t_o_l_o_g_y _i_d_s _D_e_s_c_r_i_p_t_i_o_n: 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. _O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s: Objects are generally created by the 'aafGO' constructor. Objects can also be created manually by calls of the form 'new("aafGO", list(goitems))'. _S_l_o_t_s: '._D_a_t_a': Object of class 'list' _E_x_t_e_n_d_s: Class 'aafList', from data part. _M_e_t_h_o_d_s: _g_e_t_T_e_x_t (aafGO): Returns a comma delimeted list of the individual 'aafGOItem' objects. _g_e_t_U_R_L (aafGO): Returns a single URL to an AmiGO page which displays all the gene ontology identifiers in an hierarchical listing. _g_e_t_H_T_M_L (aafGO): Returns an HTML representation of each of the individual 'aafGOItem' objects, concatenated together. _g_e_t_T_D (aafGO): Returns an HTML table cell representation with the class set to "aafGO". _g_e_t_C_S_S (aafGOItem): Returns a line of CSS that indents GOItem paragraphs. _A_u_t_h_o_r(_s): Colin A. Smith, annaffy@colinsmith.org _S_e_e _A_l_s_o: aafGO, aafGOItem, aafList