YEASTINTERPRO             package:YEAST             R Documentation

_M_a_p _Y_e_a_s_t _S_y_s_t_e_m_a_t_i_c _N_a_m_e_s _t_o _I_n_t_e_r_P_r_o _I_D_s

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

     YEASTINTERPRO is an R environment that provides mappings between
     yeast systematic names and the associated InterPro identifiers.

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

     Each yeast systematic name maps to a vector of InterPro
     identifiers.

     Mappings were based on data provided by:

     Saccharomyces Genome Database

     Package built on Thu Mar 15 18:04:19 2007

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

     InterPro website: <URL: http://www.ebi.ac.uk/interpro/> and Data
     source: <URL:
     http://gopher6/compbio/annotationSourceData/ftp.yeastgenome.org/pub/yeast/sequence_similarity/domains/domains.tab>

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

             # Convert to a list
             xxx <- as.list(YEASTINTERPRO)
             # randomly display 10 probes
             sample(xxx, 10)

