homoData-class           package:annotate           R Documentation

_C_l_a_s_s "_h_o_m_o_D_a_t_a"

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

     A class to present data for HomologGene data of a matching
     sequence

_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("homoData",
     ...)'.

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

     '_h_o_m_o_O_r_g': Object of class '"character"' the scientific name of
          the organism of interest

     '_h_o_m_o_L_L': Object of class '"numeric"' the LocusLink id of the gene
          of interest

     '_h_o_m_o_T_y_p_e': Object of class '"character"' the type of similarity.
          Valid values include B - a recipiprocal best best between 3
          or more organisms, b - a reciprocal best match, and c - a
          curated homology relationship 

     '_h_o_m_o_P_S': Object of class '"numeric"' percent similarity value

     '_h_o_m_o_U_R_L': Object of class '"character"' the URL for curated
          homology relationship

     '_h_o_m_o_A_C_C': Object of class '"character"' the accession number

     '_h_o_m_o_H_G_I_D': Object of class '"numeric"' the internal HomologGeneID

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

     _h_o_m_o_P_S 'signature(object = "homoData")': the get function for slot
          'homoPS'

     _h_o_m_o_L_L 'signature(object = "homoData")': the get function for slot
          'homoLL'

     _h_o_m_o_O_r_g 'signature(object = "homoData")': the get function for
          slot 'homoOrg'

     _h_o_m_o_T_y_p_e 'signature(object = "homoData")': the get function for
          slot 'homoType'

     _h_o_m_o_U_R_L 'signature(object = "homoData")': the get function for
          slot 'homoURL'

     _h_o_m_o_A_C_C 'signature(object = "homoData")': the get function for
          slot 'homoACC'

     _h_o_m_o_H_G_I_D 'signature(object = "homoHGID")': the get function for
          slot 'homoHGID'

_N_o_t_e:

     This function is part of the Bioconductor project at Dana-Farber
     Cancer Institute to provide Bioinfomatics functionalities throug R

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

     Jianhua Zhang

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

     <URL: ftp://ftp.ncbi.nih.gov/pub/HomoloGene/README>

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

         new("homoData", homoPS = 82.3, homoLL = 2324853, homoOrg = "Homo sapins",
     homoType = "B", homoURL = "", homoHGID = 12345)

