-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
51 lines (51 loc) · 1.44 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
45
46
47
48
49
50
51
Package: moire
Title: Multiplicity of Infection and Allele Frequency Recovery from Noisy Polyallelic Genetics Data
Version: 3.5.0
Authors@R: c(
person(given = "Maxwell",
family = "Murphy",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0332-4388")),
person(given = "Bryan",
family = "Greenhouse",
role = c("aut", "ths"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0287-9111")))
Description: A Markov Chain Monte Carlo (MCMC) based approach to Bayesian estimation of individual level multiplicity of infection, within host relatedness, and
population allele frequencies from polyallelic genetic data.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
SystemRequirements: C++17, GNU make
LinkingTo:
Rcpp,
RcppProgress,
RcppParallel,
BH
Imports:
Rcpp,
RcppProgress,
RcppParallel,
dplyr,
tidyr,
stats,
purrr,
rlang,
ggplot2
URL: https://github.com/EPPIcenter/moire, https://eppicenter.github.io/moire/, https://eppicenter.ucsf.edu/resources
BugReports: https://github.com/EPPIcenter/moire/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
markdown,
forcats,
testthat (>= 3.0.0),
parallelly
VignetteBuilder: knitr
Depends:
R (>= 4.0.0)
Config/testthat/edition: 3