The RPPAPreFitQC class represents the inputs necessary to determine the quality control rating of a reverse-phase protein array slide.
RPPAPreFitQC(rppa, useAdjusted=FALSE)
is.RPPAPreFitQC(x)
# S4 method for RPPAPreFitQC
qcprob(object, ...)
# S4 method for RPPAPreFitQC
summary(object, ...)The RPPAPreFitQC generator returns an object of subclass of class
RPPAPreFitQC.
The is.RPPAPreFitQC method returns TRUE if its
argument is an object of subclass of class RPPAPreFitQC.
The summary method returns a summary of the underlying data frame.
object of class RPPA containing the raw data
to be assessed
logical scalar. If TRUE, spatially adjusted
measures are used instead of Net.Value and Raw.Value.
object of (sub)class RPPAPreFitQC
object of (sub)class RPPAPreFitQC
extra arguments for generic routines
Objects are created by calls to the RPPAPreFitQC factory method.
signature(object = "RPPAPreFitQC"):
Placeholder method which must be implemented by subclass.
signature(object = "RPPAPreFitQC"):
Placeholder method which must be implemented by subclass.
The current implementation only handles designs with 5 dilution
series.
Anything else will fail.
P. Roebuck paul_roebuck@comcast.net James M. Melott jmmelott@mdanderson.org