Package: twoddpcr
Title: Classify 2-d Droplet Digital PCR (ddPCR) data and quantify the
        number of starting molecules
Version: 1.12.0
Authors@R: person("Anthony", "Chiu",
    email="anthony@achiu.me",
    role=c("aut", "cre"))
Author: Anthony Chiu [aut, cre]
Maintainer: Anthony Chiu <anthony@achiu.me>
URL: http://github.com/CRUKMI-ComputationalBiology/twoddpcr/
BugReports: http://github.com/CRUKMI-ComputationalBiology/twoddpcr/issues/
Description: The twoddpcr package takes Droplet Digital PCR (ddPCR)
    droplet amplitude data from Bio-Rad's QuantaSoft and can classify the
    droplets. A summary of the positive/negative droplet counts can be
    generated, which can then be used to estimate the number of molecules
    using the Poisson distribution. This is the first open source package
    that facilitates the automatic classification of general two channel
    ddPCR data. Previous work includes 'definetherain' (Jones et al., 2014)
    and 'ddpcRquant' (Trypsteen et al., 2015) which both handle one channel
    ddPCR experiments only. The 'ddpcr' package available on CRAN
    (Attali et al., 2016) supports automatic gating of a specific class of
    two channel ddPCR experiments only.
Depends: R (>= 3.4)
Imports: class, ggplot2, hexbin, methods, scales, shiny, stats, utils,
        RColorBrewer, S4Vectors
License: GPL-3
LazyData: true
RoxygenNote: 7.1.0
Collate: 'KRAScounts.R' 'KRASdata.R' 'global.R' 'ddpcrWell.R'
        'ddpcrPlate.R' 'clusterCentres.R' 'clusterStats.R' 'themes.R'
        'dropletPlot.R' 'exportTable.R' 'facetPlot.R' 'flatPlot.R'
        'ggplot.R' 'gridClassify.R' 'heatPlot.R' 'isTwoDimDataFrame.R'
        'kmeansClassify.R' 'knnClassify.R' 'mahRain.R' 'normalise.R'
        'numDroplets.R' 'parseCounts.R' 'plateSummary.R'
        'readCSVDataFrame.R' 'relabelClasses.R'
        'removeDropletClasses.R' 'sdRain.R' 'shinyVisApp.R'
        'shinyVisGlobal.R' 'shinyVisServer.R' 'shinyVisUI.R'
        'summaries.R' 'twoddpcr.R' 'wellNameSort.R'
Suggests: devtools, knitr, reshape2, rmarkdown, testthat, BiocStyle
VignetteBuilder: knitr
biocViews: ddPCR, Software, Classification
git_url: https://git.bioconductor.org/packages/twoddpcr
git_branch: RELEASE_3_11
git_last_commit: b8f2809
git_last_commit_date: 2020-04-27
Date/Publication: 2020-04-27
NeedsCompilation: no
Packaged: 2020-04-28 05:25:37 UTC; biocbuild
Built: R 4.0.0; ; 2020-04-28 17:42:21 UTC; windows
