plotHousekeepingGene          package:lumi          R Documentation

_P_l_o_t _t_h_e _h_o_u_s_e_k_e_e_p_i_n_g _g_e_n_e _e_x_p_r_e_s_s_i_o_n _p_r_o_f_i_l_e

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

     Plot the housekeeping gene expression profile

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

     plotHousekeepingGene(controlData, lib = NULL, slideIndex = NULL, addLegend = TRUE, logMode = TRUE, ...)

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

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

     lib: the annotation library (for retrieving the gene name) 

slideIndex: the slide index or ID corresponding to each sample 

addLegend: whether add legend or not 

 logMode: whether show the data in log2 scale  

     ...: other parameters used by default matplot function 

_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', 'plotControlData'

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

             controlFile <- system.file('doc', 'Control_Probe_Profile.txt', package='lumi')
             controlData <- getControlData(controlFile)
             plotHousekeepingGene(controlData)

