remove_beads_from_fcs: Remove beads from a flowFrame object

View source: R/normalize_cytof.R

remove_beads_from_fcsR Documentation

Remove beads from a flowFrame object

Description

Remove beads from a flowFrame object

Usage

remove_beads_from_fcs(fcs, dist.threshold)

Arguments

fcs

The flowFrame object from which beads must be removed. Must contain a column called beadDist representing the Mahalanobis distance of each event from the centroid of the beads population

dist.threshold

The Mahalanobis distance threhsold for beads removal. Events with beadDist <= dist.threshold will be removed

Value

Returns a list of two flowFrame objects

  • data.fcs The data without the beads events

  • beads.fcs The beads events


ParkerICI/premessa documentation built on Sept. 16, 2022, 3:06 p.m.