yeastData-class            package:ScISI            R Documentation

_C_l_a_s_s "_y_e_a_s_t_D_a_t_a"

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

     A class representing an interactome of yeast. The object is in the
     form of a dataframe with three generic methods. The methods take
     two arguments: the first is the instance of the class yeastData;
     the second is the name of a protein complex with respect as given
     by the bi-partite graph incidence matrix.

_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("yeastData",
     reference = dataFrameISI)'.

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

     _y_e_a_s_t_D_a_t_a: The yeastData slot is merely a data frame for some in
          silico interactome.

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

     _I_D 'signature(object = "yeastData", name = "character")': ... 

     _D_e_s_c 'signature(object = "yeastData", name = "character")': ... 

     _g_e_t_U_R_L 'signature(object = "yeastData", name = "character")': ... 

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

     Tony Chiang

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

     go = getGOInfo(wantAllComplexes = FALSE)
     goM = createGOMatrix(go)
     cNames = colnames(goM)
     goDF = createGODataFrame(go, goM)
     goOb = createYeastObj(goDF)
     ID(goOb, cNames[5])
     Desc(goOb, cNames[5])
     getUrl(goOb, cNames[5])

