chromosomeSize            package:SNPchip            R Documentation

_G_e_t _s_i_z_e _o_f _c_h_r_o_m_o_s_o_m_e _i_n _n_u_m_b_e_r _o_f _b_a_s_e _p_a_i_r_s.

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

     Size of chromosome in base pairs.

_U_s_a_g_e:

     chromosomeSize(annotation, chromosome)

_A_r_g_u_m_e_n_t_s:

annotation: data.frame contiaining chromosome-level annotation.

chromosome: Vector of character strings.

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

_V_a_l_u_e:

     Numerical vector.

_N_o_t_e:

_A_u_t_h_o_r(_s):

     Robert Scharpf

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

_S_e_e _A_l_s_o:

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

     data(chromosomeAnnotation)
     chromosomeSize(chromosomeAnnotation, c(1:22, "X", "Y"))

