Description Usage Arguments Details Value Author(s) See Also Examples
This functions allows you to graphically compare your slide quality measures to results obtained for a database of 'good quality' slides.
1 |
arrayQuality |
Matrix of quality results from |
reference |
A matrix resulting from globalQuality, to be used as reference table to compare slides. If 'NULL', the default table corresponding to "organism" will be used. See details for more information. |
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 reference tables. |
DEBUG |
If 'TRUE', debug statements are printed. |
... |
additional arguments |
You can use your own set of references created
using globalQuality
passed
in the arguments "reference", or use
the reference QC values stored in the datasets MmReferenceDB
.
Returns a score vector containing, for each column in "arrayQuality", the number of quality measures below the range of "reference". The last element of the score vector is the total number of quality measures tested.
Agnes Paquet
globalQuality
, gpQuality
,
spotQuality
, agQuality
1 2 3 4 5 6 | datadir <- system.file("gprQCData", package="arrayQuality")
if(interactive())
{
gprData <- readGPR(fnames="9Mm137.gpr", path=datadir)
arrayQuality <- slideQuality(gprData, organism="Mm")
qualBoxplot(arrayQuality)}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.