aafPathway-class           package:annaffy           R Documentation

_C_l_a_s_s _a_a_f_P_a_t_h_w_a_y, _a _c_l_a_s_s _f_o_r _K_E_G_G _p_a_t_h_w_a_y _i_d_s

_D_e_s_c_r_i_p_t_i_o_n:

     An abstraction for KEGG pathway ids from Bioconductor data
     packages. This class is actually extends 'aafList' and holds
     'aafPathwayItem' 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 'aafPathway' constructor.
     Objects can also be created manually by calls of the form
     'new("aafPathway", list(pathwayitems))'.

_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
          'aafPathwayItem' objects.

     _g_e_t_U_R_L (aafGO): Returns zero length character vector because this
          method is not valid for this class.

     _g_e_t_H_T_M_L (aafGO): Returns an HTML representation of each of the
          individual 'aafPathwayItem' objects, concatenated together.

     _g_e_t_T_D (aafGO): Returns an HTML table cell representation with the
          class set to "aafPathway".

     _g_e_t_C_S_S (aafGO): Returns a line of CSS which intends PathwayItem
          paragraphs.


_A_u_t_h_o_r(_s):

     Colin A. Smith, annaffy@colinsmith.org

_S_e_e _A_l_s_o:

     aafPathway, aafPathwayItem, aafList

