| celfileName {oligoClasses} | R Documentation |
Returns the complete cel file (including path) for a CNSet object
celfileName(object)
object |
An object of class |
Character string vector.
If the CEL files for an experiment are relocated, the datadir
should be updated accordingly. See examples.
R. Scharpf
## Not run:
if(require(crlmm)){
data(cnSetExample, package="crlmm")
celfileName(cnSetExample)
}
## End(Not run)