classify_fcs: Classify particles from an FCS dataframe.

View source: R/core-functions.R

classify_fcsR Documentation

Classify particles from an FCS dataframe.

Description

Classify particles from an FCS dataframe using a gating scheme provided by gates.log.

Usage

classify_fcs(fcs, gates.log)

Arguments

fcs

FCS data frame.

gates.log

A gating scheme from the function "add.manual.classification()" or "add.auto.classification()"

Value

List of per particle classifications

Examples

## Not run: 
opp <- classify.fcs(fcs, gates.log)

## End(Not run)

fribalet/FCSplankton documentation built on Oct. 11, 2024, 7:06 a.m.