forked from DEploid-dev/DEploid-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.75 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
35
36
37
38
39
40
41
42
43
44
Package: DEploid
Type: Package
Title: Deconvolute Mixed Genomes with Unknown Proportions
Version: 0.5.1
Authors@R: c(
person("Joe", "Zhu", role=c("aut", "cre", "cph"), email="[email protected]"),
person('Jacob', 'Almagro-Garcia', role=c('aut', 'cph')),
person('Gil', 'McVean', role=c('aut', 'cph')),
person('University of Oxford', '', role=c('cph')),
person('Yinghan', 'Liu', role=c('ctb')),
person('CodeCogs', 'Zyba Ltd', role=c('com', "cph")),
person('Deepak', 'Bandyopadhyay', role=c('com', "cph")),
person('Lutz', 'Kettner', role=c('com', "cph"))
)
Description: Traditional phasing programs are limited to diploid organisms.
Our method modifies Li and Stephens algorithm with Markov chain Monte Carlo
(MCMC) approaches, and builds a generic framework that allows haplotype searches
in a multiple infection setting. This package is primarily developed as part of
the Pf3k project, which is a global collaboration using the latest
sequencing technologies to provide a high-resolution view of natural variation
in the malaria parasite Plasmodium falciparum. Parasite DNA are extracted from
patient blood sample, which often contains more than one parasite strain, with
unknown proportions. This package is used for deconvoluting mixed haplotypes,
and reporting the mixture proportions from each sample.
URL: https://github.com/mcveanlab/DEploid-r
BugReports: https://github.com/mcveanlab/DEploid-r/issues
License: GPL (>= 3)
Depends:
R (>= 3.1.0)
Imports:
Rcpp (>= 0.11.2),
scales (>= 0.4.0),
plotly (>= 4.7.1),
magrittr (>= 1.5),
rmarkdown(>= 1.6),
htmlwidgets (>= 1.0)
Suggests:
knitr,
testthat (>= 0.9.0)
SystemRequirements: C++11
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 6.0.1
Date: 2018-10-20