Description Usage Arguments Value
View source: R/read.chicago.flowSet.R
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.
1 | read.chicago.flowSet(filename, instrument = "nHTS", fullpath = FALSE)
|
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.