View source: R/pnpp_experiment-filled.R
get_filled_border | 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_border
returns the threshold value in the positive
dimension that is used to determine which drops are filled.
get_filled_border(plate, well_id)
plate |
A ddPCR plate. |
well_id |
Get border of filled droplets for this well. |
Thresholds of filled drops in the positive dimension.
pnpp_experiment
positive_dim
get_filled_drops
file <- system.file("sample_data", "small", "analyzed_pnpp.rds", package = "ddpcr")
plate <- load_plate(file)
get_filled_border(plate, "A05")
get_filled_border(plate, "F05")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.