2019-12-12 14:03:04 +01:00
|
|
|
Package: rBAPS
|
|
|
|
|
Title: Bayesian Analysis of Population Structure
|
2024-07-02 16:53:10 +02:00
|
|
|
Version: 0.0.0.9028
|
2020-11-09 15:22:45 +01:00
|
|
|
Date: 2020-11-09
|
2020-01-02 18:00:45 +01:00
|
|
|
Authors@R:
|
|
|
|
|
c(
|
|
|
|
|
person(
|
|
|
|
|
given = "Waldir",
|
|
|
|
|
family = "Leoncio",
|
|
|
|
|
role = c("aut", "cre"),
|
|
|
|
|
email = "w.l.netto@medisin.uio.no"
|
|
|
|
|
),
|
|
|
|
|
person(
|
|
|
|
|
given = "Jukka",
|
|
|
|
|
family = "Corander",
|
|
|
|
|
role = c("aut"),
|
|
|
|
|
email = "jukka.corander@medisin.uio.no"
|
|
|
|
|
),
|
|
|
|
|
person(
|
|
|
|
|
given = "Gerry",
|
|
|
|
|
family = "Tonkin-Hill",
|
|
|
|
|
role = c("aut"),
|
|
|
|
|
email = "jukka.corander@medisin.uio.no"
|
|
|
|
|
)
|
|
|
|
|
)
|
2019-12-17 17:09:25 +01:00
|
|
|
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>,
|
2020-11-09 15:22:45 +01:00
|
|
|
available at <http://www.helsinki.fi/bsg/software/BAPS/Z>), provides a
|
|
|
|
|
computationally-efficient method for the identification of admixture events
|
2019-12-17 17:09:25 +01:00
|
|
|
in genetic population history.
|
2019-12-12 14:03:04 +01:00
|
|
|
License: GPL-3
|
2021-08-23 06:40:49 +02:00
|
|
|
BugReports: https://github.com/ocbe-uio/rBAPS/issues
|
2019-12-12 14:03:04 +01:00
|
|
|
Encoding: UTF-8
|
2024-04-08 13:29:03 +02:00
|
|
|
RoxygenNote: 7.3.1
|
2020-11-09 15:22:45 +01:00
|
|
|
Suggests:
|
2019-12-16 16:37:25 +01:00
|
|
|
testthat (>= 2.1.0)
|
2020-03-18 15:02:38 +01:00
|
|
|
Imports:
|
2022-12-21 14:40:12 +01:00
|
|
|
methods, ape, vcfR, Rsamtools, adegenet, matlab2r, R6, zeallot
|