readSFF {R453Plus1Toolbox} | R Documentation |
This function reads in files in Roche's Standard Flowgram Format (SFF) and store the contents in
an SFFContainer-class
object.
readSFF(files)
files |
The name of the .sff file to read in or a character vector of multiple file names or the name of a directory containing .sff files. |
An object or a list of objects of class SFFContainer
storing all the information from the
.sff file(s).
Christian Ruckert
file <- system.file("extdata", "SFF", "example.sff", package="R453Plus1Toolbox") sffContainer <- readSFF(file) sffContainer