checkW4M {ropls}R Documentation

Checking the consistency of an ExpressionSet instance with W4M format

Description

Checking the consistency of an ExpressionSet instance with W4M format

Usage

checkW4M(eset, ...)

## S4 method for signature 'ExpressionSet'
checkW4M(eset, ...)

Arguments

eset

An S4 object of class ExpressionSet.

...

Currently not used.

Value

Invisible TRUE logical in case of success (otherwise generates an error)

Author(s)

Etienne Thevenot, etienne.thevenot@cea.fr

Examples

sacSet <- fromW4M(file.path(path.package("ropls"), "extdata"))
print(checkW4M(sacSet))

[Package ropls version 1.12.0 Index]