analyze | R Documentation |
Every ddPCR plate has a set of defined steps that are taken in order, that
together constitute "analyzing" the plate. Calling the analyze
function
will perform all the analysis steps, which may take several minutes. Running
the analysis will classify the droplets in the plate into clusters (available
via plate_data
) and will add variables to the plate
metadata (available via plate_meta
).
analyze(plate, restart = FALSE)
plate |
A ddPCR plate |
restart |
If |
This function will run an analysis to completion. If you want to run each
step one at a time, use next_step
.
The analyzed ddPCR plate
Most analysis steps result in some progress messages being printed to
the screen. You can turn off these messages by disabling the verbose option
with the command options(ddpcr.verbose = FALSE)
.
next_step
plot.ddpcr_plate
new_plate
steps
plate_data
plate_meta
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$custom_thresholds)
plate <- analyze(plate)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.