ddpcr (version 1.11)

positive_dim: Positive dimension in a PNPP experiment

Description

Get or set the positive dimension (X or Y), which is defined as the dimension that has a high fluorescence intensity in all non-empty drops in a pnpp_experiment plate.

Usage

positive_dim(plate)

positive_dim(plate) <- value

Arguments

plate

A ddPCR plate.

value

The dimension to set as the positive dimension ("X" or "Y")

See Also

pnpp_experiment variable_dim

Examples

Run this code
# NOT RUN {
plate <- new_plate(dir = sample_data_dir(), type = plate_types$pnpp_experiment)
positive_dim(plate) <- "Y"
# }

Run the code above in your browser using DataLab