readOneFile.SpotfinderData: Reads TAV files generated by Spotfinder

Description Usage Arguments Value Author(s) See Also Examples

Description

Reads TAV files generated by Spotfinder.

Usage

1
SpotfinderData$readOneFile(filename, path=NULL, sep="auto", skip="auto", verbose=TRUE, ...)

Arguments

filenames

The filename(s) of the TAV/Spotfinder file(s) to be read.

path

The path(s) to the file(s).

sep

Character that separates the columns of data. If "auto" a best guess is made from information in the header.

skip

Number of lines to skip before reading the header. If "auto", the number of lines to skip before the header will be searched for automatically.

verbose

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

Value

Returns a SpotfinderData object containing one or several slides.

Author(s)

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

See Also

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.