sort                  package:MANOR                  R Documentation

_S_o_r_t_i_n_g _f_o_r _n_o_r_m_a_l_i_z_e_d _a_r_r_a_y_C_G_H _o_b_j_e_c_t_s

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

     Sorts clone-level information of a normalized arrayCGH object.

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

       ## S3 method for class 'arrayCGH':
       sort(x, decreasing = FALSE, position.var="Position",
         chromosome.var="Chromosome", ...)

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

       x: an object of type 'arrayCGH'.

decreasing: (for compatibility with 'sort' class) currently unused.

position.var: name of position variable.

chromosome.var: name of chromosome variable.

     ...: further arguments to be passed to 'sort'.

_N_o_t_e:

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

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

     Pierre Neuvial, manor@curie.fr.

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

     'norm.arrayCGH'

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

     data(spatial)

     ## sort a normalized array by clone position
     gradient.norm <- sort(gradient.norm)

     report.plot(gradient.norm, main="Genomic profile after normalization")

