setDataFields.BaseFileSpots {aroma.Base}R Documentation

Sets data field for an assay in a BASE file spots section

Description

Sets data field for an assay in a BASE file spots section.

Usage

## S3 method for class 'BaseFileSpots':
setDataFields(this, assay=NULL, values, fields=names(values), ...)

Arguments

assay A character string for an existing assay.
values A (named) data.frame or a list containing values to be assigned to the fields in fields.
fields A character of fields to be assigned.
... Not used.

Value

Returns (invisibly) the new set of data as a data.frame.

Author(s)

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

See Also

For more information see BaseFileSpots.


[Package aroma.Base version 0.4.8 Index]