Learn R Programming

RPPASPACE (version 1.0.10)

RPPAPreFitQC-class: Class “RPPAPreFitQC”

Description

The RPPAPreFitQC class represents the inputs necessary to determine the quality control rating of a reverse-phase protein array slide.

Usage

RPPAPreFitQC(rppa, useAdjusted=FALSE)
is.RPPAPreFitQC(x)
# S4 method for RPPAPreFitQC
qcprob(object, ...)
# S4 method for RPPAPreFitQC
summary(object, ...)

Value

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.

Arguments

rppa

object of class RPPA containing the raw data to be assessed

useAdjusted

logical scalar. If TRUE, spatially adjusted measures are used instead of Net.Value and Raw.Value.

object

object of (sub)class RPPAPreFitQC

x

object of (sub)class RPPAPreFitQC

...

extra arguments for generic routines

Objects from the Class

Objects are created by calls to the RPPAPreFitQC factory method.

Methods

qcprob

signature(object = "RPPAPreFitQC"):
Placeholder method which must be implemented by subclass.

summary

signature(object = "RPPAPreFitQC"):
Placeholder method which must be implemented by subclass.

Warning

The current implementation only handles designs with 5 dilution series.
Anything else will fail.

Author

P. Roebuck paul_roebuck@comcast.net James M. Melott jmmelott@mdanderson.org