ddpcr (version 1.15.2)

plate_data: Plate data (droplets data)

Description

The main piece of information in every ddPCR plate is the droplets data, which contains the fluorescence intensities for every single droplet in every well. After a ddPCR plate gets analyzed, this data also includes the assigned cluster for each droplet. The plate data may be useful programatically, but it's not very useful to a human, so if you want to visualize the plate data you should instead plot it using plot.ddpcr_plate.

Usage

plate_data(plate)

Value

A dataframe containing all the droplets in the plate, along with the assigned cluster of each droplet.

Arguments

plate

A ddPCR plate

See Also

plate_meta
plot.ddpcr_plate

Examples

Run this code
if (FALSE) {
plate <- new_plate(sample_data_dir())
plate_data(plate)
}

Run the code above in your browser using DataLab