View source: R/functions_imagesQC.R
PNdistrPlot | R Documentation |
This function (from functions_imagesQC.R) creates an image with boxplots of positive and negative control intensities for each array. It calls the borderQC1 function (affyQCReport Bioconductor package).
PNdistrPlot(Data, WIDTH = 1000, HEIGHT = 1414, POINTSIZE = 24)
Data |
(Status: required) The raw data object (datatype: AffyBatch) |
WIDTH |
(Status: optional, Default:1000) png image width (datatype: number) |
HEIGHT |
(Status: optional, Default:1414) png image height (datatype: number) |
POINTSIZE |
(Status: optional, Default:24) png image point size (datatype: number) |
A PNG image of boxplots of positive and negative control intensities, called "RawDataPosNegDistribPlot"
# PNdistrPlot(rawData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.