Converts adpcr or dpcr object to data.frame object.

dpcr2df(input)

Arguments

input
adpcr or dpcr object.

Value

data frame with 5 (if input was dpcr) or 8 columns (if input was adpcr).

See also

Inverse function: df2dpcr

Examples

dpcr2df(six_panels)
#> experiment replicate assay k n v uv threshold panel_id #> 1 Experiment1 1 Chr4 10 765 1 0 1 1 #> 3 Experiment1 2 MYC 9 765 1 0 1 2 #> 5 Experiment2 1 Chr4 41 765 1 0 1 3 #> 7 Experiment2 2 MYC 38 765 1 0 1 4 #> 9 Experiment3 1 Chr4 104 765 1 0 1 5 #> 11 Experiment3 2 MYC 96 765 1 0 1 6