| getData.BaseFileSpots {aroma.Base} | R Documentation |
Gets a subset of or the complete data table.
## S3 method for class 'BaseFileSpots': getData(this, assays=NULL, fields=NULL, ...)
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. |
If only one assay is returned, the assay name suffices are excluded from the assay field columns, otherwise they are included.
Returns a data.frame.
Henrik Bengtsson (http://www.braju.com/R/)
*getColumns()
For more information see BaseFileSpots.