View source: R/plate-attribs.R
type | R Documentation |
Get the type of a ddPCR plate. See the README for more information on plate types.
type(plate, all = FALSE)
plate |
A ddPCR plate |
all |
If |
A character vector with the plate type(s).
plate_types
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$fam_positive_pnpp)
type(plate)
type(plate, TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.