| ddpcr_plate | R Documentation |
The default plate type that all other plates inherit from. If you initialize
a ddPCR plate without specifying a plate type, ddpcr_plate will be the
plate's type.
Plates with this type have the following analysis steps: INITIALIZE,
REMOVE_FAILURES, REMOVE_OUTLIERS, REMOVE_EMPTY.
Plates with this type have the following droplet clusters: UNDEFINED,
FAILED, OUTLIER, EMPTY.
See the README for more information on plate types.
plate_types
remove_failures
remove_outliers
remove_empty
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$ddpcr_plate)
type(plate)
plate %>% analyze %>% plot
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.