-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
executable file
·38 lines (38 loc) · 1.4 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
Package: DEploid.utils
Title: 'DEploid' Data Analysis and Results Interpretation
Version: 0.0.2
Authors@R: c(
person("Joe", "Zhu", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7566-2787")),
person('Jacob', 'Almagro-Garcia', role=c('aut')),
person('Gil', 'McVean', role=c('aut')),
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: 'DEploid' (Zhu et.al. 2018 <doi:10.1093/bioinformatics/btx530>)
is designed for deconvoluting mixed genomes with unknown
proportions. Traditional phasing programs are limited to diploid organisms.
Our method modifies Li and Stephen’s algorithm with Markov chain Monte Carlo
(MCMC) approaches, and builds a generic framework that allows haloptype
searches in a multiple infection setting. This package provides R functions
to support data analysis and results interpretation.
Depends:
R (>= 3.1.0)
Imports:
Rcpp (>= 0.11.2),
scales (>= 0.4.0),
magrittr (>= 1.5),
combinat
Suggests:
knitr,
rmarkdown(>= 1.6),
circlize,
testthat (>= 0.9.0)
LinkingTo: Rcpp
RoxygenNote: 7.3.2
Encoding: UTF-8
Date: 2024-12-22
License: Apache License (>= 2)