parseAttributes           package:biomaRt           R Documentation

_p_a_r_s_e _a_t_t_r_i_b_u_t_e_s

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

     Function to parse attributes from BioMart configuration files. 
     This function is not to be used by BioMart users directly

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

     parseAttributes(xml, env, attributePointer, group = "", page = "")

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

     xml: xml configuration

     env: Environment to put the attribute info in

attributePointer: Environment containing the attributePointers if
          present in the config XML

   group: Pass the attribute group

    page: Pass the attribute page

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

     Steffen Durinck, <URL: http://www.esat.kuleuven.ac.be/~sdurinck>

