Description Usage Arguments Details Author(s) See Also Examples
This function generates diagnostic plots for a qualitative assessment of slide quality.
1 2 3 |
mrawObj |
|
headerInfo |
Text to be used as header in the diagnostic plot. |
save |
Logical. If 'TRUE', the plot is saved to a file. |
dev |
A "character" string naming the graphics device. This will take arguments "png", "jpeg" and "ps" only. By default, dev is set to "png". |
col |
Vector of colors to use to describe different categories of spots. |
badspotfunction |
Function to use for bad spots on the array. |
controlId |
Character string. Name of the column of the gpr file used to define controls (or provides the name of the probes). |
seqId |
A "character" string naming the column of the MEEBO annotation to use to retrieve replicated sequences. |
organism |
A "character" string naming the organism genome printed on the array, either "Mm" or "Hs". By default, organism is set to "Mm". It is used to retrieve the corresponding Oligo set annotations. |
DEBUG |
If 'TRUE', debug statements are printed. |
... |
additional arguments |
The right panels of the diagnostic plot contain boxplots of the various controls in the set, like positive or negative controls, as set in the marrayRaw of RGlist object. Replicated controls are recognized based on their MEEBO sequence id.
Agnes Paquet
meeboQuality
, gpQuality
,
maQualityPlots
,MeeboSpotTypes
,
controlCodeMeebo
1 2 3 4 5 6 7 8 9 10 | if (interactive())
{
require(MEEBOdata)
datadir <- system.file("Meebo", package="MEEBOdata")
mraw <- read.GenePix(path=datadir)
maControls(mraw) <- maGenControls(maGnames(mraw),id="ID",controlcode=controlCodeMeebo)
rownames(maRf(mraw)) <- rownames(maRb(mraw)) <- maGeneTable(mraw)[,"ID"]
rownames(maGf(mraw)) <- rownames(maGb(mraw)) <- maGeneTable(mraw)[,"ID"]
meeboQualityPlots(mraw)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.