printSummaryConc: Print result summary of popPCR

Description Usage Arguments Examples

View source: R/printPopPCR.R

Description

Summarizes the number of populations detected, total droplets, and number of classified positive, negative, and rain droplets. Also calculates the target copies in sample and the mean target copies per partition (lambda).

Usage

1
printSummaryConc(result.popPCR)

Arguments

result.popPCR

returned value of popPCR()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
result <- popPCR(x_twoPop, dist = "t")
printSummaryConc(result)
#    Output:
#        Populations detected : 2
#        Total droplets : 10254
#        Positive : 8693 (84.78%)
#        Negative : 1561 (15.22%)
#
#        Target copies in sample          : 44290.3819 ( 95% CI: [ 43215.6408 , 45365.1231 ] )
#        Mean target copies per partition : 1.8823 ( 95% CI: [ 1.8367 , 1.928 ] )

popPCR documentation built on March 10, 2021, 1:08 a.m.