qcPlots(x, html=TRUE, plotdir=NULL, probeAnno, gff, chr=4, coord=c(230000,245000), nr = 2560, nc = 2560,
ylimchrom=c(5,16), nucleicAcid, pmindex, pgm=TRUE, ext=".cel", ranks=FALSE, ...)
TRUE
an html summary page
'qcsummary.htm' is generated. If FALSE
, no summary page is generated.davidTiling
for an example (?probeAnno).x
. If missing, this information is extracted from probeAnno
.TRUE
, image plots will be saved as .pgm files. Otherwise (FALSE
), they are converted to jpegs. On windows machines, this argument should be set to TRUE
.TRUE
, imageplots will show ranks of standardised probe intensities. Otherwise (FALSE
, default), the standardised probe intensities are plotted.plotSegmentationDots
.html=TRUE
. Imageplots of standardised intensities (i.e. (probe intensity - minimum probe intensity) divided by the difference between the maximum and minimum probe intensities, all on log base 2 scale) or the ranks of these standardised intensities are plotted depending on the ranks
argument.
The individual plots are named by replacing the file extension (specified by ext
) of each 'celfile.ext', with 'density.png' for smoothed histogram plots, 'gencoord.jpg', for along chromosome plots and either 'log.pgm' ('log.jpg' if pgm=FALSE
) or 'rank.pgm' ('rank.jpg' if pgm=FALSE
) for the imageplots, depending on the ranks
argument.
## data(davidTiling)
## data(probeAnno)
## qcPlots(davidTiling, probeAnno)
Run the code above in your browser using DataLab