mgu74cPROSITE             package:mgu74c             R Documentation

_M_a_p _M_a_n_u_f_a_c_t_u_r_e_r _I_D_s _t_o _P_R_O_S_I_T_E _I_D

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

     mgu74cPROSITE is an R environment that provides mappings between a
     manufacturer id and the associated PROSITE ids.

_D_e_t_a_i_l_s:

     Each manufacturer id maps to a named vector of PROSITE ids.  The
     name for each PROSITE id is the IPI accession numbe where this
     PROSITE id is found.

     If the PROSITE is a named NA, it means that the associated Entrez
     Gene id of this manufacturer id is found in an IPI entry of the
     IPI database, but there is no PROSITE id in the entry.

     If the PROSITE is a non-named NA, it means that the associated
     Entrez Gene id of this manufacturer id is not found in any IPI
     entry of the IPI database.

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

     Kersey P. J., Duarte J., Williams A., Karavidopoulou Y., Birney
     E., Apweiler R. The International Protein Index: An integrated
     database for proteomics experiments. Proteomics 4(7): 1985-1988
     (2004) <URL: http://www.ebi.ac.uk/IPI/IPIhelp.html>

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

             # Convert to a list
             xxx <- as.list(mgu74cPROSITE)
             # randomly display 10 probes
             xxx[sample(1:length(xxx), 10)]

