-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.43 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
Package: rBAPS
Title: Bayesian Analysis of Population Structure
Version: 0.0.0.9032
Date: 2020-11-09
Authors@R:
c(
person(
given = "Waldir",
family = "Leoncio",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Jukka",
family = "Corander",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Gerry",
family = "Tonkin-Hill",
role = c("aut"),
email = "[email protected]"
)
)
Description: Partial R implementation of the BAPS software
(Corander and Marttinen 2006 <doi:10.1111/j.1365-294X.2006.02994.x>;
Corander and Tang 2007 <doi:10.1016/j.mbs.2006.09.015>;
Corander et al. 2008a <doi:10.1186/1471-2105-9-539>;
Corander et al. 2008b <doi:10.1007/s00180-007-0072-x>;
Tang et al. 2009 <doi:10.1371/journal.pcbi.1000455>;
Cheng et al. 2011 <doi:10.1186/1471-2105-12-302>,
available at <http://www.helsinki.fi/bsg/software/BAPS/Z>), provides a
computationally-efficient method for the identification of admixture events
in genetic population history.
License: GPL-3
BugReports: https://github.com/ocbe-uio/rBAPS/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests:
testthat (>= 2.1.0)
Imports:
methods, ape, vcfR, Rsamtools, adegenet, matlab2r, R6, zeallot