ygs98ORF                package:ygs98                R Documentation

_M_a_p _M_a_n_u_f_a_c_t_u_r_e_r _I_d_e_n_t_i_f_i_e_r_s _t_o _O_p_e_n _R_e_a_d_i_n_g _F_r_a_m_e (_O_R_F) _I_d_e_n_t_i_f_i_e_r_s

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

     ygs98ORF is an R environment that provides mappings between
     manufacturer and ORF ids.

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

     Each manufacturer id is mapped to a vector of ORF ids. The length
     of the vector may be one or longer, depending on how many ORF ids
     the manufacturer id can be mapped to. An 'NA' is reported for any
     manufacturer id that cannot be mapped to an ORF id at this time.

     Annotation based on data provided by:

     Yeast Genome: Not available

     Package built: Tue May 17 18:21:24 2005

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

     <URL: http://www.yeastgenome.org/DownloadContents.shtml>

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

             require("annotate") || stop("annotate unavailable")
             xx <- as.list(ygs98ORF)
             if(length(xx) > 0){
                     # Get the value of the first key
                     xx[[1]]
                     # Get the values for a few keys
                     if(length(xx) >= 3){
                             xx[1:3]
                     }
             }

