readFileFCS: Read File FCS

Description Usage Arguments Details Value Author(s) Examples

View source: R/readFileFcs.R

Description

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

Usage

1
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

1
raw_fcs <- readFileFCS(FileName)

FCSlib documentation built on Nov. 27, 2020, 5:09 p.m.

Related to readFileFCS in FCSlib...