read.chicago.flowSet: Read in flow cytometry data generated at the UChicago Flow...

Description Usage Arguments Value

View source: R/read.chicago.flowSet.R

Description

Read a folder of FCS files generated on either the LSR Fortessa or the LSR Fortessa HTS at the flow cytometry core at the University of Chicago. Deals with the naming conventions of the individual instruments and produces a tidy dataframe with all specimen represented.

Usage

1
read.chicago.flowSet(filename, instrument = "nHTS", fullpath = FALSE)

Arguments

filename

The name of the folder which contains the data. The function will default look in Cat Triandafillou's personal folder, so not useful for other users (sorry) but...

instrument

Options are the HTS model ('HTS') or the other model ('nHTS'). 'nHTS' is default, specifying anything else will fail.

fullpath

Should your data be located somewhere other than the default folder containing data, set this value to 'TRUE' and then put the full filepath instead of the folder name for the filename argument.

Value

tidy dataframe with all data from specified folder; individual FCS files appear in the 'exp' column, and all other data in the file appears in the dataframe.


ctriandafillou/flownalysis documentation built on Sept. 7, 2020, 1:48 a.m.