readSFF: Function To Read In Roche's .sff Files

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readSFF.R

Description

This function reads in files in Roche's Standard Flowgram Format (SFF) and store the contents in an SFFContainer-class object.

Usage

1

Arguments

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.

Value

An object or a list of objects of class SFFContainer storing all the information from the .sff file(s).

Author(s)

Christian Ruckert

See Also

writeSFF, SFFContainer.

Examples

1
2
3
  file <- system.file("extdata", "SFF", "example.sff", package="R453Plus1Toolbox")
  sffContainer <- readSFF(file)
  sffContainer

R453Plus1Toolbox documentation built on Nov. 8, 2020, 5:59 p.m.