| extractBaseFileSpotsData {aroma.Base} | R Documentation |
Low-level function to extract assay data and save it to file instead to save memory.
## Default S3 method: extractBaseFileSpotsData(section, serialize=TRUE, ...)
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. |
Returns a list with element section containing the modified
'spots' section.
Henrik Bengtsson (http://www.braju.com/R/)