get_single_well: Get droplet data from a well

View source: R/utils.R

get_single_wellR Documentation

Get droplet data from a well

Description

Get droplet data from a well

Usage

get_single_well(
  plate,
  well_id,
  empty = FALSE,
  outliers = FALSE,
  clusters = FALSE
)

Arguments

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.

Value

A dataframe with the fluorescence value of all droplets in the given well.


ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.