Learn R Programming

FCSlib (version 1.3.0)

readFileFCS: Read File FCS

Description

Reads a FCS file and returns the data sets within the file.

Usage

readFileFCS(filename)

Arguments

filename

the name of the file to read from.

Value

dataList A list containing the data sets within the file.

Details

Read a FCS file using the scan function and extract the data contained in the file.

Examples

Run this code
# NOT RUN {
raw_fcs <- readFileFCS(FileName)
# }

Run the code above in your browser using DataLab