centromere              package:SNPchip              R Documentation

_C_o_o_r_d_i_n_a_t_e_s _o_f _c_e_n_t_r_o_m_e_r_e

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

     Extracts coordinates of centromere.

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

     centromere(annotation, chromosome)

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

annotation: data.frame of chromosome annotation supplied by this
          package

chromosome: character vector indicating which chromosomes to obtain
          centromere coordinates

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

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

     A data.frame containing start and stop sites of the centromere for
     all chromosomes in argument chromosome.

_N_o_t_e:

     This is a static table.

_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(annSnpset)
     centromere(chromosomeAnnotation(annSnpset), c(1:5, "X"))

