summaryPlot             package:CGHbase             R Documentation

_V_i_s_u_a_l_i_z_a_t_i_o_n _o_f _a_C_G_H _p_r_o_f_i_l_e_s.

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

     This function creates a summary plot for aCGH profiles.

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

             summaryPlot(x, y, ...)

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

       x: An object of class 'cghCall'.

       y: This argument is not used and should be missing. 

     ...: Arguments 'plot'. 

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

     We find plotted on the x-axis the array probes sorted by
     chromosomal position. The vertical bars represent the average
     probability that the positions they cover are gained (green bars)
     or lost (red bars). The green bars represent gains, the red bars
     represent losses. When 4 levels have been used for calling,
     amplifications are indicated with a blue tickmark at the top of
     the plot.

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

     This function creates a plot.

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

     Sjoerd Vosse & Mark van de Wiel

_R_e_f_e_r_e_n_c_e_s:

     Mark A. van de Wiel, Kyung In Kim, Sjoerd J. Vosse, Wessel N. van
     Wieringen, Saskia M. Wilting and Bauke Ylstra. CGHcall: calling
     aberrations for array CGH tumor profiles. _Bioinformatics, 23_,
     892-894.

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

              ## Not run: 
        data(Wilting)
        rawcgh <- make_cghSeg(Wilting)
        normalized <- normalize(rawcgh)
        segmented <- segmentData(normalized)
        called <- CGHcall(segmented)
        summaryPlot(called)
        
     ## End(Not run)

