wells_mutant {ddpcr} | R Documentation |
After a ddPCR plate of type wildtype_mutant_pnpp
has been analyzed,
get the wells that were deemed as mutant.
wells_mutant(plate)
plate |
A ddPCR plate. |
Character vector with well IDs of mutant wells
wildtype_mutant_pnpp
wells_wildtype
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$fam_positive_pnpp) %>% analyze
wells_mutant(plate)
## End(Not run)