View source: R/type-pnpp_experiment.R
positive_dim | R Documentation |
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.
positive_dim(plate)
positive_dim(plate) <- value
plate |
A ddPCR plate. |
value |
The dimension to set as the positive dimension ("X" or "Y") |
pnpp_experiment
variable_dim
plate <- new_plate(dir = sample_data_dir(), type = plate_types$pnpp_experiment)
positive_dim(plate) <- "Y"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.