separateXMLDataByExpt        package:Rintact        R Documentation

_A _f_u_n_c_t_i_o_n _t_h_a_t _t_a_k_e_s _a _v_e_c_t_o_r _o_f _I_n_t_A_c_t _X_M_L _f_i_l_e _n_a_m_e _l_o_c_a_t_i_o_n_s
_a_n_d _c_o_n_v_e_r_t_s _t_h_e_m _t_o _g_r_a_p_h _o_b_j_e_c_t_s.

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

     The separateXMLDataByExpt function takes in a vector of XML files
     and generates a list of graph objects dividing the data by 
     separately conducted experiments. If a single XML file contains k
     experimental datasets, then k intactGraph objects will be
     produced.

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

     separateXMLDataByExpt(intactFiles, type="direct", directed=TRUE)

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

intactFiles: A vector of IntAct XML file name locations, i.e. either
          where they can be found on the local hard drive or an url to
          where they can be obtained

    type: A character. Either "direct" or "indirect" based on the  `
          the information that needs to be parsed.

directed: A logical. User defined parameter so that the return value
          with either be a directed or undirected graph object.

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

     A list of intactGraph objects.

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

     T Chiang

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

     Rintact: enabling computational analysis of molecular interaction
     data from the IntAct repository - Tony Chiang; Nianhua Li; Sandra
     Orchard; Samuel  Kerrien; Henning Hermjakob; Robert Gentleman;
     Wolfgang Huber Bioinformatics 2007; doi:
     10.1093/bioinformatics/btm518.

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

     'interactionEntry-class', 'complexEntry-class',        
     'intactXML2Graph'

