binarize: Binarize digital PCR data

Description Usage Arguments Value Author(s) Examples

Description

Transforms multinomial (number of molecules per partition) or continuous (fluorescence) digital PCR data to binary (positive/negative partition) format.

Usage

1
binarize(input)

Arguments

input

object of the class adpcr or dpcr with one of following types:"ct", "fluo" or "nm".

Value

object of the class adpcr or dpcr (depending on input) with type "np".

Author(s)

Michal Burdukiewicz.

Examples

1
2
3
4
5
6
7
#adpcr object
rand_array <- sim_adpcr(200, 300, 100, pos_sums = FALSE, n_panels = 1)
binarize(rand_array)

#dpcr object
rand_droplets <- sim_dpcr(200, 300, 100, pos_sums = FALSE, n_exp = 1)
binarize(rand_droplets)

dpcR documentation built on May 2, 2019, 7:04 a.m.