View source: R/functions_imagesQC.R
RNAdegPlot | R Documentation |
This function (from functions_imagesQC.R) creates an image of overall RNA degradation for all arrays. It calls the function AffyRNAdeg (affy Bioconductor package).
RNAdegPlot(
Data,
Data.rnadeg = NULL,
plotColors = NULL,
WIDTH = 1000,
HEIGHT = 1414,
POINTSIZE = 24,
MAXARRAY = 41
)
Data |
(Status: required) The raw data object (datatype: AffyBatch) |
Data.rnadeg |
(Status: optional, Default:NULL) List as obtained by calling the AffyRNAdeg function (affy). When not provided, it is computed internally within this function. (datatype: list) |
plotColors |
(Status: required, Default:NULL) Vector of colors assigned to each array. (datatype: character) |
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) |
MAXARRAY |
(Status: optional, Default:41) threshold to adapt the image to the number of arrays (datatype: number) |
A PNG image of overall RNA degradation, called ‘RawDataRNAdegradationPlot’
# RNAdegPlot(rawData,plotColors=plotColors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.