meeboQuality          package:arrayQuality          R Documentation

_D_i_a_g_n_o_s_t_i_c_s _p_l_o_t_s _d_e_s_i_g_n_e_d _f_o_r _M_E_E_B_O _s_e_t _c_o_n_t_r_o_l_s

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

     This component generates several exploratory plots customized to
     the various types of controls provided in the MEEBO set. All
     results are saved as an image. Tested on GenePix format only
     (11-18-2005). For more details about the plots, please refer to
     the HTML description.

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

     meeboQuality(fnames = NULL, path = ".", galfile = NULL, source
     ="genepix.median", other.columns = c("Flags"),controlMatrix=MeeboSpotTypes,controlId = c("ID", "Name"),
     DOPING = TRUE,meeboSetQC = TRUE, SpotTypeFile = NULL, SpikeTypeFile =
     NULL, cy3col = "CY3.ng._MjDC_V1.7", cy5col = "CY5.ng._MjDC_V1.7", id =
     "SeqID", namecol = c("Symbol", "Name"), annot = NULL, bgMethod = "none", normMethod =
     "p", diagnosticPlot = TRUE, resdir = ".", dev = "png", DEBUG = FALSE,
     ...)

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

  fnames: A "character" string naming the input files.

    path: A "character" string representing the data directory.  By
          default this is set to the current working directory (".").

 galfile: A "character" string naming the file descrining the layout of
          the array. If missing, meeboQuality will read the layour from
          the gpr file.

  source: A "character" string specifing the image analysis program
          which produced the output files. See ?read.maimages in
          package limma for more details.

other.columns: See ?read.maimages in package limma for more details.

controlMatrix: A character matrix of n by 2 or more columns. One column
          should contain a few regular expression of spotted probe
          sequences and another column should contain the corresponding
          control status. By default, controlMatrix is set to
          MeeboSpotTypes.

controlId: Character string. Name of the column of the gpr file used to
          define controls.

  DOPING: Logical. If 'TRUE', doping controls quality plots are
          generated.

meeboSetQC: Logical. If 'TRUE', mismatch and tiling controls quality
          plots are generated.

SpotTypeFile: A "character" string representing the name of the file
          containing spot type description for the array.

SpikeTypeFile: A "character" string representing the name of the file
          containing doping control information. See HTML description
          for more details.

  cy3col: A "character" string representing the name of the column of
          the SpiketypeFile containing the quantity of each control
          spiked in the Cy3 channel.

  cy5col: A "character" string representing the name of the column of
          the SpiketypeFile containing the quantity of each control
          spiked in the Cy5 channel.

      id: A "character" string describing which column of the MEEBO
          annotation should be used to retrieve replicated oligos, e.g.
          "SeqID".

 namecol: A "character" string describing which column of the
          SpiketypeFile should be used in the legend.

   annot: A "character" string describing which R object should be used
          to look-up probes annotations. By default, it is set to
          MEEBOset.

bgMethod: Character string specifying which background correction
          method to use. See ?backgroundCorrect in package limma for
          more details.

normMethod: Character string specifying which normalization method
          should be used. See ?normalizeWithinArrays in package limma
          for more details.

diagnosticPlot: Logical. If 'TRUE', a quality diagnostic plot will be
          generated.

  resdir: A "character" string representing the directory where the
          results will be saved. By default, this is set to the current
          working directory ("."). 

     dev: A "character" string naming the graphics device. This will
          take arguments "png", "jpeg" and "ps" only. By default, dev
          is set to "png".

   DEBUG: If 'TRUE', debug statements are printed.

     ...: Additional arguments

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

     meeboQuality returns 3 types of quality control plots,
     specifically designed for the various controls offered by the
     MEEBO set. To assess the global performance of an hybridization,
     users can generate a diagnostic plot summarizing several graphs
     and statictics by setting'diagnosticPlot=TRUE'. Then, the
     performance of the MEEBO set can beanalyzed by looking
     specifically at the mismatch and the tiling controls
     ('meeboSetQC=TRUE').

     Finally, we are also providing several exploratory tools to assess
     the performance of the doping-controls ('DOPING=TRUE');these plots
     should be used only if a spike-in mixture was added to the
     hybridization solution.

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

     meeboquality will produce several graphs, saved in an image file
     format. Please refer to the HTML description for more details. The
     function will also return the MAList object describing your tested
     slides.

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

     Agnes Paquet

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

     'meeboQualityPlots', 'gpQuality'

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

     datadir <- system.file("Meebo", package="arrayQuality")
     if (interactive())
     {
     MA <- meeboQuality(fnames="RDI108_n.gpr",path=datadir,SpikeTypeFile="StanfordDCV1.7complete.txt",cy5col="CY5.ng._MjDC_V1.7",cy3col="CY3.ng._MjDC_V1.7",diagnosticPlot=TRUE,
     DOPING=TRUE, MeeboSetQC=TRUE, namecol="Name", resdir="MeeboQC", DEBUG=TRUE)
     }

