plotControlData             package:lumi             R Documentation

_P_l_o_t _t_h_e _m_e_a_n _e_x_p_r_e_s_s_i_o_n (_w_i_t_h _s_t_a_n_d_a_r_d _d_e_v_i_a_t_i_o_n _b_a_r) _o_f _d_i_f_f_e_r_e_n_t _t_y_p_e _o_f _c_o_n_t_r_o_l _p_r_o_b_e_s

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

     Plot the mean expression (with standard deviation bar) of
     different type of control probes. Multiple control types can be
     plotted in a single plot. The available control types can be get
     by running getControlType(controlData).

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

     plotControlData(controlData, type = NULL, slideIndex = NULL, logMode = FALSE, new = TRUE, ...)

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

controlData: a LumiBatch object including control data or a control
          data data.frame

    type: the control probe type (case insensitive), which can be get
          by running getControlType(controlData) 

slideIndex: the slide index or ID corresponding to each sample 

 logMode: whether show the data in log2 scale 

     new: whether refresh the new plot or add it on the old one  

     ...: other parameters used by default plot function 

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

     When multiple control types are selected, they will be plotted in
     a two-column plot.

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

     plot the picture and return TRUE if everything is OK

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

     Pan Du

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

     'addControlData2lumi'

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

             controlFile <- system.file('doc', 'Control_Probe_Profile.txt', package='lumi')
             controlData <- getControlData(controlFile)
             getControlType(controlData)
             plotControlData(controlData, type='NEGATIVE')

