createYeastDataObj           package:ScISI           R Documentation

_C_r_e_a_t_e_s _a_n _o_b_j_e_c_t _o_f _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:

     Creates an instance of the class yeastData.

_U_s_a_g_e:

     createYeastDataObj(dataFrameISI)

_A_r_g_u_m_e_n_t_s:

dataFrameISI: A dataframe with three slots: complex name (from the
          incidence matrix), complex ID (from some database), complex
          description.

_V_a_l_u_e:

     An object of class yeastData.

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

     Tony Chiang

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

      mips = createMipsMatrix(wantList=TRUE)
      mipsDF = createMipsDF(mips$DESC, mips$Matrix)
      mipsOb = createYeastDataObj(mipsDF)

