getURL                 package:ScISI                 R Documentation

_A _m_e_t_h_o_d _t_o _r_e_t_u_r_n _a_n _u_r_l _l_o_c_a_t_i_o_n _o_f _a _p_r_o_t_e_i_n _c_o_m_p_l_e_x

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

     The 'getURL' method takes in the protein complex name of a
     bi-partite graph incidence matrix (usually an ad hoc name) and
     returns the MIPS, GO, etc url containing all information of that
     protein complex.

     The object to be referenced is an instance of the class yeastData.

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

     getURL(object, name)

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

  object: An instance of a subclass of 'yeastData'.

    name: A 'character'. It is the name of the protein complex with
          respect to the bi-partite graph incidence matrix

