read_fcs {beadplexr} | R Documentation |
Read a fcs file.
Description
Is deprecated. See the vignette "Preparing flow-data for use with with
beadplexr
" for an example of preparing flow-data to be used with
beadplexr
.
Usage
read_fcs(
.file_name,
.fsc_ssc = c("FSC-A", "SSC-A"),
.bead_channels = c("FL6-H", "FL2-H"),
.filter = list(`FSC-A` = c(200000L, 800000L), `SSC-A` = c(200000L, 1000000L), `FL6-H` =
c(7.3, Inf)),
.compensation = "guess",
...
)
Arguments
.file_name |
The path and name of the file to be read. |
.fsc_ssc |
The names of the forward and side scatter channels. A character vector of length of two. |
.bead_channels |
The names of the channels with bead events. A character vector of length of at least two. |
.filter |
Optional list of upper and lower cutoff for individual
channels. Use |
.compensation |
A character vector, a compensation matrix, or
|
... |
additional arguments passed to |
[Package beadplexr version 0.5.0 Index]