Function To Read In Roche's .sff Files
函数来读取在罗氏公司的SFF文件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function reads in files in Roche's Standard Flowgram Format (SFF) and store the contents in an SFFContainer-class object.
这个函数读取在罗氏的标准Flowgram的格式(SFF)和内容存储在一个SFFContainer-class对象的文件。
用法----------Usage----------
readSFF(files)
参数----------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.
阅读。SFF文件的名称或多个文件名或包含目录的名称的特征向量。SFF文件。
值----------Value----------
An object or a list of objects of class SFFContainer storing all the information from the .sff file(s).
一个对象或类对象的名单SFFContainer。SFF文件(S)的所有信息存储。
作者(S)----------Author(s)----------
Christian Ruckert
参见----------See Also----------
SFFContainer.
SFFContainer。
举例----------Examples----------
## Not run: sffContainer = readSFF("test.sff")[#无法运行:sffContainer = readSFF(“test.sff”)]