chromosomes             package:CGHbase             R Documentation

_R_e_t_r_i_e_v_e _f_e_a_t_u_r_e _p_o_s_i_t_i_o_n _d_a_t_a _f_r_o_m _c_g_h _o_b_j_e_c_t_s.

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

     These generic functions access the position data  stored in the
     featureData of an object derived from the 'cghRaw-class', 
     'cghSeg-class' or 'cghCall-class'.

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

     chromosomes(object)
     bpstart(object)
     bpend(object)

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

  object: Object derived from class 'cghRaw', 'cghSeg', or 'cghCall'

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

     'chromosomes' returns a vector of chromosome numbers; 'bpstart'
     returns a vector of basepair start positions; 'bpend' returns a
     vector of basepair end positions;

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

     Sjoerd Vosse

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

     'cghRaw-class', 'cghSeg-class', 'cghCall-class'

