Package: QuantumClone
Title: Clustering Mutations using High Throughput Sequencing (HTS) Data
Version: 1.0.0.6
Authors@R: person("Paul", "Deveau", role = c("aut", "cre"),
		     email = "quantumclone.package@gmail.com")
Description: Using HTS data, clusters mutations in order to recreate putative
    clones from the data provided. It requires genotype at the location of the
    variant as well as the depth of coverage and number of reads supporting the
    mutation. Additional information may be provided, such as the contamination
    in the tumor sample. This package also provides a function QuantumCat() which
    simulates data obtained from tumor sequencing.
URL: https://github.com/DeveauP/QuantumClone
BugReports: https://github.com/DeveauP/QuantumClone/issues
Depends: R (>= 3.1.0), compiler, foreach
Imports: doParallel, parallel, gridExtra, ggplot2, NbClust, DEoptim,
        optimx, fpc
Suggests: knitr,rmarkdown,testthat
License: GPL-2
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-11-08 20:38:59 UTC; Paul
Author: Paul Deveau [aut, cre]
Maintainer: Paul Deveau <quantumclone.package@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-13 10:25:32 UTC
