YEASTCHRLENGTHS            package:YEAST            R Documentation

_A _n_a_m_e_d _v_e_c_t_o_r _f_o_r _t_h_e _l_e_n_g_t_h _o_f _e_a_c_h _o_f _t_h_e _c_h_r_o_m_o_s_o_m_e_s

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

     YEASTCHRLENGTHS provides the length measured in base pairs for
     each of the chromosomes.

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

     This is a named vector with chromosome numbers as the names and
     the corresponding lengths for chromosomes as the values.

     Total lengths of chromosomes were derived by calculating the
     number of base pairs on the sequence string for each chromosome.

     Annotations were derived base on data privided by:

     Yeast Genome:<URL:
     http://www.yeastgenome.org/DownloadContents.shtml>. Built: Yeast
     Genome data are built at various time  intervals. Sources used
     were downloaded  Fri Jan  7 14:56:40 2005

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

         tt <- YEASTCHRLENGTHS
         # Length of chromosome 1
         tt["1"]

