read_fcs: Read a fcs file.

View source: R/read_fcs.R

read_fcsR 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 .filter = NULL for no filtering at all.

.compensation

A character vector, a compensation matrix, or NULL. See 'Details' for extended information of the argument.

...

additional arguments passed to flowCore::read.FCS


beadplexr documentation built on July 9, 2023, 5:59 p.m.