yaqc.affy(object,
myYaqcControlProbes=NULL,
alphas=NULL,
tgt=100,
tau=0.015,
logged,
verbose)AffyBatch or
ExpressionSet.YaqcControlProbes. If none is supplied (default behaviour), the
control probes are selected automatically. See the
YaqcControlProbes class for more details
probeSelectionInterface to generate such an object.ExpressionSet object, defining
if the expression intensities are logged.YAQCStats object describing the input object AffyBatch object
or an ExpressionSet object. In the first case, it computes
MAS5 intensity values, expression calls(see call.exprs)
and other quality-related metrics to generate an YAQCStats. If
an ExpressionSet object is provided, only the
$\beta$-actin, GAPDH and internal control values are
computed.
## loading data
library(affydata)
data(Dilution)
## qc analysis
qobj <- yaqc(Dilution)
show(qobj)
Run the code above in your browser using DataLab