extractBaseFileSpotsData {aroma.Base}R Documentation

Low-level function to extract assay data and save it to file instead

Description

Low-level function to extract assay data and save it to file instead to save memory.

Usage

## Default S3 method:
extractBaseFileSpotsData(section, serialize=TRUE, ...)

Arguments

section A list structure containing a 'spots' section.
serialize If TRUE, non-serialized data is serialized before being extracted so that data is saved in seperate files for each assay.
... Not used.

Value

Returns a list with element section containing the modified 'spots' section.

Author(s)

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

See Also

readBaseFileSection().


[Package aroma.Base version 0.4.8 Index]