hgu133aCHRLENGTHS          package:hgu133a          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:

     hgu133aCHRLENGTHS 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 from the Human Genome Project
     (http://genome.cse.ucsc.edu/goldenPath) by calculating the number
     of base pairs on the sequence string for each chromosome.

     Mappings were based on data provided by:

     Human Genome Project built: hg16.<URL:
     http://www.genome.ucsc.edu/goldenPath/hg16>

     Package built Wed Mar  3 16:27:29 2004

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

     <URL: http://www.genome.ucsc.edu/goldenPath/hg16/database/>

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

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

