wells_wildtype: Get wildtype wells

View source: R/type-wildtype_mutant_pnpp.R

wells_wildtypeR Documentation

Get wildtype wells

Description

After a ddPCR plate of type wildtype_mutant_pnpp has been analyzed, get the wells that were deemed as wildtype.

Usage

wells_wildtype(plate)

Arguments

plate

A ddPCR plate.

Value

Character vector with well IDs of wildtype wells

See Also

wildtype_mutant_pnpp
wells_mutant

Examples

## Not run: 
plate <- new_plate(sample_data_dir(), type = plate_types$fam_positive_pnpp) %>% analyze
wells_wildtype(plate)

## End(Not run)

ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.