getChromosomeArm         package:VanillaICE         R Documentation

_G_e_t _t_h_e _c_h_r_o_m_o_s_o_m_e _a_r_m

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

     Retrieves the chromosome arm (p or q) for each SNP.

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

     getChromosomeArm(snpset)

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

  snpset: An object inheriting from class 'SnpLevelSet'

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

     A vector of class 'character'.

_N_o_t_e:

     This function uses data(chromosomeAnnotation) in the SNPchip
     package to retrieve this information.

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

     RS

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

     'chromosomeAnnotation'

