checkW4M: Checking the consistency of an ExpressionSet instance with...

Description Usage Arguments Value Author(s) Examples

Description

Checking the consistency of an ExpressionSet instance with W4M format

Usage

1
2
3
4
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

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

SamGG/ropls documentation built on May 29, 2019, 1:51 a.m.