remove_beads_from_file: Remove beads from an FCS file

View source: R/normalize_cytof.R

remove_beads_from_fileR Documentation

Remove beads from an FCS file

Description

This function removes beads from an FCS file according to a specified Mahalanobis distance cutoff and writes the results in an output folder

Usage

remove_beads_from_file(input.fname, dist.threshold, out.dir)

Arguments

input.fname

The path to the FCS file from which beads must be removed

dist.threshold

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

out.dir

The path to the output directory


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