QCcode<-: Allows user to set the pass or fail codes for each SNP of the chip object, e.g, 0,1,..,n etc. 0 is always pass, >0 is always fail, but each integer can be used to represent a different failure type, or for simplicity, stick to 0 and 1, ie, just pass and fail.
QCpass: Returns the subset of the ChipInfo object for which SNPs pass quality control, according to the QCcodes() slot == 0.
QCfail: Returns the subset of the ChipInfo object for which SNPs fail quality control, according to the QCcodes() slot > 0.
QCcode(x)
"QCcode"(x)
QCcode(x) <- value
"QCcode"(x) <- value
QCpass(x)
QCfail(x, type = NA)
"QCpass"(x)
"QCfail"(x, type = NA)