readFileFCS {FCSlib} | R Documentation |
Reads a FCS file and returns the data sets within the file.
readFileFCS(filename)
filename |
the name of the file to read from. |
Read a FCS file using the scan function and extract the data contained in the file.
dataList A list containing the data sets within the file.
Raúl Pinto Cámara.
raw_fcs <- readFileFCS(FileName)