rgug4130aCHRLENGTHS       package:rgug4130a.db       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:

     rgug4130aCHRLENGTHS 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.

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

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

