readFileFCS {FCSlib}R Documentation

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.

Details

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

Value

dataList A list containing the data sets within the file.

Author(s)

Raúl Pinto Cámara.

Examples


raw_fcs <- readFileFCS(FileName)


[Package FCSlib version 1.3.0 Index]