classify_thresholds {ddpcr}R Documentation

Analysis step: Classify droplets

Description

The main analysis step for ddPCR plates of type custom_thresholds. Assign each droplet into one of four quadrants based on the thresholds.

See the README for more information.

Usage

classify_thresholds(plate)

Arguments

plate

A ddPCR plate

Details

This function is recommended to be run as part of an analysis pipeline (ie. within the analyze function) rather than being called directly.

Value

A ddPCR plate with all the droplets assigned to a quadrant. The plate's metadata will have a few new variables relating to the number of droplets in each quadrant.

See Also

custom_thresholds
analyze
thresholds


[Package ddpcr version 1.15.2 Index]