View source: R/functions_imagesQC.R
PNposPlot | R Documentation |
This function (from functions_imagesQC.R) creates an image showing the centres of intensity of the positive and negative border elements for each array. It calls the borderQC2 function ( affyQCReport Bioconductor package).
PNposPlot(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) |
An image of centres of intensity of positive and negative border elements for each array, called "RawDataPosNegPositionPlot"
# PNposPlot(rawData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.