qcScore {arrayQuality} | R Documentation |
This function returns, for each quality measure, the number of qc measures of the tested slides which are below the reference slides boundaries.
qcScore(arrayQuality,reference)
arrayQuality |
Matrix of quality results from slideQuality
or globalQuality . |
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. |
qcScore returns the number of qc measures under the lower limits of the reference values.
Agnes Paquet