powered by
Get the type of a ddPCR plate. See the README for more information on plate types.
type(plate, all = FALSE)
A character vector with the plate type(s).
A ddPCR plate
If FALSE, show only the most specific plate type; otherwise, show all inherited (implicit) types as well.
FALSE
plate_types
if (FALSE) { plate <- new_plate(sample_data_dir(), type = plate_types$fam_positive_pnpp) type(plate) type(plate, TRUE) }
Run the code above in your browser using DataLab