YEASTSMART               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 _S_M_A_R_T _I_D_s

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

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

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

     Each yeast systematic name maps to a vector of SMART 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:

     SMART website: <URL: http://smart.embl-heidelberg.de/> 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(YEASTSMART)
             # randomly display 10 probes
             sample(xxx, 10)

