subCHR           package:Agi4x44PreProcess           R Documentation

_c_h_r _c_o_o_r_d_i_n_a_t_e_s _e_d_i_t_i_o_n (_I_n_t_e_r_n_a_l _f_u_n_c_t_i_o_n)

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

     Given a chr coordinate for a probe, it creates a character vector
     containing the number of the chr, the start base and the end base

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

     subCHR(pb.chr)

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

  pb.chr: 

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

     Returns a vector 'out' with the following components 

 out[1] : chr number

 out[2] : start coordinate

 out[3] : end coordinate

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

     Pedro Lopez-Romero

