forked from DeveauP/QuantumClone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: QuantumClone
Title: Clustering Mutations using High Throughput Sequencing (HTS) Data
Version: 1.0.0.8
Authors@R: person("Paul", "Deveau", role = c("aut", "cre"),
email = "[email protected]")
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