type: Plate type

View source: R/plate-attribs.R

typeR Documentation

Plate type

Description

Get the type of a ddPCR plate. See the README for more information on plate types.

Usage

type(plate, all = FALSE)

Arguments

plate

A ddPCR plate

all

If FALSE, show only the most specific plate type; otherwise, show all inherited (implicit) types as well.

Value

A character vector with the plate type(s).

See Also

plate_types

Examples

## Not run: 
plate <- new_plate(sample_data_dir(), type = plate_types$fam_positive_pnpp)
type(plate)
type(plate, TRUE)

## End(Not run)

daattali/ddpcr documentation built on March 27, 2024, 6:50 a.m.