ChrNumeric               package:GLAD               R Documentation

_C_o_n_v_e_r_t _c_h_r_o_m_o_s_o_m_e _i_n_t_o _n_u_m_e_r_i_c _v_a_l_u_e_s

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

     Convert chromosome into numeric values.

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

     ChrNumeric(Chromosome)

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

Chromosome: A vector with chromosome labels.

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

     For sexual chromosome, labels must contains X or Y which are coded
     by 23 and 24 respectively.

_N_o_t_e:

     People interested in tools dealing with array CGH analysis can
     visit our web-page <URL: http://bioinfo.curie.fr>.

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

     Philippe Hup, glad@curie.fr

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

     Chromosome <- c("1","X","Y","chr X", "ChrX", "chrX", "Chr   Y")
     ChrNumeric(Chromosome)

