wells_negative | R Documentation |
After a ddPCR plate of type pnpp_experiment
has been analyzed,
get the wells that were not deemed as having mostly positive droplets.
wells_negative(plate)
plate |
A ddPCR plate. |
Character vector with well IDs of negative wells
pnpp_experiment
wells_positive
## Not run:
plate <- new_plate(sample_data_dir(), type = plate_types$pnpp_experiment) %>% analyze
wells_negative(plate)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.