assessAll {affycomp} | R Documentation |
Assessment functions.
Takes a couple of
ExpressionSet
, one for
spike in another for the dilution and returns a list with necessary
information to create assessment plots.
assessAll(d,s,method.name=NULL,verbose=TRUE) affycomp(d,s,method.name=NULL,verbose=TRUE,return.it=TRUE)
d |
An |
s |
An |
method.name |
Name of expression measure being assessed. |
verbose |
verbosity flag. |
return.it |
if |
assessAll
performs assessments for Figures 1-6. It is a wrapper
for assessDilution
and assessSpikeIn
.
affycomp
is a wrapper that does it all... including the plotting
and creation of table.
Lists with the necessary information to make the Figures.
Rafael A. Irizarry