reset {ddpcr} | R Documentation |
Reset a plate
Description
Reset a ddPCR plate object back to its original state. After resetting a plate, all the analysis progress will be lost, but the original droplet data and plate metadata will be kept. Two common reasons to reset a plate are either to restart the analysis, or to re-analyze the plate as a different plate type.
Usage
reset(plate, type, params, keep_type = FALSE, keep_params = FALSE)
Arguments
plate |
A ddPCR plate |
type |
A ddPCR plate type (see |
params |
List of parameters to set for the plate. Only advanced users
should consider using this feature. See |
keep_type |
If |
keep_params |
If |
Value
A new unanalyzed ddPCR plate
See Also
Examples
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
plate <- reset(plate, type=plate_types$fam_positive_pnpp)
## End(Not run)
[Package ddpcr version 1.15.2 Index]