reset | R Documentation |
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.
reset(plate, type, params, keep_type = FALSE, keep_params = FALSE)
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 |
A new unanalyzed ddPCR plate
plate_types
new_plate
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.