variable_dim: Variable dimension in a PNPP experiment

View source: R/type-pnpp_experiment.R

variable_dimR Documentation

Variable dimension in a PNPP experiment

Description

Get or set the variable dimension (X or Y), which is defined as the dimension that can have both high and low fluorescence intensities in the non-empty drops in a pnpp_experiment plate.

Usage

variable_dim(plate)

variable_dim(plate) <- value

See Also

pnpp_experiment
positive_dim

Examples

plate <- new_plate(dir = sample_data_dir(), type = plate_types$pnpp_experiment)
variable_dim(plate) <- "Y"
variable_dim(plate)
positive_dim(plate)

ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.