getData.BaseFileSpots {aroma.Base}R Documentation

Gets a subset of or the complete data table

Description

Gets a subset of or the complete data table.

Usage

## S3 method for class 'BaseFileSpots':
getData(this, assays=NULL, fields=NULL, ...)

Arguments

assays A character string vector of assays to be returned.
fields A character string vector of fields, both non-assay fields ("columns") and assay fields to be returned.
... Not used.

Details

If only one assay is returned, the assay name suffices are excluded from the assay field columns, otherwise they are included.

Value

Returns a data.frame.

Author(s)

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

See Also

*getColumns() For more information see BaseFileSpots.


[Package aroma.Base version 0.4.8 Index]