read.SpotfinderData: Reads several Spotfinder/TAV files into a SpotfinderData...

Description Usage Arguments Value Author(s) See Also Examples

Description

Reads several Spotfinder/TAV files into a SpotfinderData object. The acronym TAV stands for TIGR Array Viewer.

Usage

1
SpotfinderData$read(filename=NULL, path=NULL, pattern=NULL, verbose=TRUE, ...)

Arguments

filename

A vector of filenames. Either pattern or filename must be specified.

path

A string (or an optional vector of paths if filename is specified) to the files.

pattern

A pattern string for matching filenames. Either pattern or filename must be specified.

verbose

If TRUE, information will printed out during the reading of the file.

Value

Returns a SpotfinderData object.

Author(s)

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

See Also

For pattern formats see list.files(). For more information see SpotfinderData.

Examples

1
## Not run: # For an example see help(SpotfinderData).

HenrikBengtsson/aroma documentation built on May 7, 2019, 12:56 a.m.