extract.AromaMicroarrayDataSetTuple {aroma.core}R Documentation

Extracts a subset AromaMicroarrayDataSetTuple

Description

Extracts a subset AromaMicroarrayDataSetTuple.

Usage

## S3 method for class 'AromaMicroarrayDataSetTuple':
extract(this, arrays, ..., verbose=FALSE)

Arguments

arrays A vector of arrays to be extracted.
... Not used.

Details

If no matching arrays are available for a given chip type, that chip type is excluded in the returned set tuple. This guarantees that a set tuple always contains existing arrays.

Value

Returns a AromaMicroarrayDataSetTuple.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see AromaMicroarrayDataSetTuple.


[Package aroma.core version 1.2.0 Index]