wells_mutant {ddpcr}R Documentation

Get mutant wells

Description

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

Usage

wells_mutant(plate)

Arguments

plate

A ddPCR plate.

Value

Character vector with well IDs of mutant wells

See Also

wildtype_mutant_pnpp
wells_wildtype

Examples

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

## End(Not run)

[Package ddpcr version 1.15.2 Index]