ddpcr (version 1.11)

ddpcr_plate: Plate type: ddPCR plate

Description

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.

Arguments

Details

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.

See Also

plate_types remove_failures remove_outliers remove_empty

Examples

Run this code
# NOT RUN {
plate <- new_plate(sample_data_dir(), type = plate_types$ddpcr_plate)
type(plate)
plate %>% analyze %>% plot
# }

Run the code above in your browser using DataLab