validAffyBatch {altcdfenvs} | R Documentation |
Tries to see if a CdfEnvAffy, or a pair of AffyBatch / CdfEnvAffy is valid.
validAffyBatch(abatch, cdfenv) validCdfEnvAffy(cdfenv, verbose=TRUE) printValidCdfEnvAffy(x)
abatch |
instance of AffyBatch-class |
cdfenv |
instance of CdfEnvAffy-class |
verbose |
verbose or not |
x |
object returned by validCdfEnvAffy |
The function validAffyBatch
calls in turn
validCdfEnvAffy
.
AffyBatch-class
, CdfEnvAffy-class
## To be done...