checkW4M {ropls} | R Documentation |
Checking the consistency of an ExpressionSet instance with W4M format
checkW4M(eset, ...) ## S4 method for signature 'ExpressionSet' checkW4M(eset, ...)
eset |
An S4 object of class ExpressionSet. |
... |
Currently not used. |
Invisible TRUE logical in case of success (otherwise generates an error)
Etienne Thevenot, etienne.thevenot@cea.fr
sacSet <- fromW4M(file.path(path.package("ropls"), "extdata")) print(checkW4M(sacSet))