Description Usage Arguments Details Value Author(s) References Examples
Function for retrieving and plotting the biotin and housekeeping controls for an expression array. We know these controls should show high signal and are therefore useful for QA purposes. The housekeeping control targets a bead-type believed to be universally expressed whereas the biotin control targets the biotin used for staining.
1 | poscontPlot(BLData, array = 1, transFun = logGreenChannelTransform, positiveControlTags = c("housekeeping", "biotin"), colList = c("red", "blue"), controlProfile = NULL, ...)
|
BLData |
a |
array |
The section to be plotted |
transFun |
What transformation function to be applied prior to plotting |
positiveControlTags |
What identifiers to be used as positive controls |
colList |
vector of colours to be used to each positive control |
controlProfile |
an optional data frame with columns defining the ArrayAddress IDs and control\-type for all controls on the platform. |
... |
other arguments to plot |
Function for plotting the observed intensites for all replicates of the specified control probes on a given array\-section. The identity of the control probes can be specified by passing a ControlProfile data frame, with the first column being a vector of ArrayAddress IDs and the second column being a corresponding set of characters tags. The beads to be plotted are found by matching the positiveControlTags
argument to these character tags.
Users with expression data can have the ControlProfile data frame defining automatically within the function, provided the annotation of the beadLevelData
object has been defined by readIllumina
or setAnnotation
.
Plot to current graphical device
Mark Dunning
www.illumina.com/downloads/GX\_QualityControl\_TechNote.pdf
1 2 3 4 5 6 7 8 9 10 11 12 | ###Load the example beadLevelData and associated controlProfile
if(require(beadarrayExampleData)){
data(exampleBLData)
poscontPlot(exampleBLData, array=1)
poscontPlot(exampleBLData, array=2)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.