get_single_well | R Documentation |
Get droplet data from a well
get_single_well(
plate,
well_id,
empty = FALSE,
outliers = FALSE,
clusters = FALSE
)
plate |
A ddPCR plate. |
well_id |
A well ID. |
empty |
Whether or not to include empty droplets. |
outliers |
Whether or not to include outlier droplets. |
clusters |
Whether or not to include cluster information. |
A dataframe with the fluorescence value of all droplets in the given well.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.