View source: R/pnpp_experiment-filled.R
get_filled_drops | R Documentation |
In a PNPP experiment, the rain droplets are the non-empty drops that don't have a
high enough intensity in the positive dimension to be considered as filled
with high quality sample DNA. Only droplets considered as filled are
candidates for the negative
and positive
clusters.
get_filled_drops
returns the droplets that are considered filled.
get_filled_drops(plate, well_id, border)
plate |
A ddPCR plate. |
well_id |
Get border of filled droplets for this well. |
border |
(Optional) The filled droplets border, as calculated by
|
Dataframe with all filled droplets in the given well.
pnpp_experiment
positive_dim
get_filled_drops
file <- system.file("sample_data", "small", "analyzed_pnpp.rds", package = "ddpcr")
plate <- load_plate(file)
get_filled_drops(plate, "A05")
get_filled_drops(plate, "A05", get_filled_border(plate, "A05"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.