releaseDate             package:RpsiXML             R Documentation

_R_e_l_e_a_s_e _d_a_t_e _o_f _t_h_e _p_s_i_m_i_2_5_I_n_t_e_r_a_c_t_i_o_n_E_n_t_r_y _o_b_j_e_c_t

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

     The function returns the release date of the
     'psimi25InteractionEntry-class' object, which can serve as a proxy
     for versioning

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

     releaseDate(x)

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

       x: An object of 'psimi25InteractionEntry-class'  

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

     A character string indicating the release date

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

     Jitao David Zhang <j.zhang@dkfz.de>, Tony Chiang
     <tchiang@ebi.ac.uk>

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

     'psimi25InteractionEntry-class'

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

     xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")

     gridxml <- file.path(xmlDir, "biogrid_200804_test.xml")
     gridSet <- parsePsimi25Interaction(gridxml, BIOGRID.PSIMI25)

     gridRD <- releaseDate(gridSet)

