View source: R/type-wildtype_mutant_pnpp.R
wells_mutant | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.