HG-class             package:AnnBuilder             R Documentation

_C_l_a_s_s "_H_G" _a _c_l_a_s_s _t_o _r_e_p_r_e_s_e_n_t _H_o_m_o_l_o_G_e_n_e _d_a_t_a _s_o_u_r_c_e

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

     Objects of HG contains the url, build information, ... about the
     HomoloGene data that will be used to build a homolgy data package

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("GO", ...)'. A
     constructor ('HG' is available and should be used to instantiate
     objects of HG

_S_l_o_t_s:

     '_s_r_c_U_r_l': Object of class '"character"' a character string for the
          url or path of a source file to be used

     '_p_a_r_s_e_r': Object of class '"character"' a character string for the
          name of a parser to be used to parse the source data. Not
          applicable to HG objects

     '_b_a_s_e_F_i_l_e': Object of class '"character"' Not applicable to HG
          objects

     '_b_u_i_l_t': Object of class '"character"' a chracter string for the
          build information about the source file

     '_f_r_o_m_W_e_b': Object of class '"logical"' a boolean indicating
          whether 'srcUrl' is a url to a source file or the path to a
          locally stored file

_E_x_t_e_n_d_s:

     Class '"pubRepo"', directly.

_M_e_t_h_o_d_s:

     _r_e_a_d_D_a_t_a 'signature(object = "HG")': a function that reads the
          homoloGene data

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

     Jianhua Zhang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.ncbi.nlm. nih.gov/query?db = homology>

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

     'pubRepo-class'

_E_x_a_m_p_l_e_s:

       #No example is provided

