-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 928 Bytes
/
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
Package: gmmDenoise
Version: 0.2.3
Title: A set of functions for filtering erroneous sequences in eDNA
metabarcoding data
Authors@R: person(given = "Yusuke",
family = "Koseki",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-9588-3018"))
Description: A set of functions for filtering erroneous sequences or amplicon
sequence variants (ASVs) in eDNA metabarcoding data, based on Gaussian
mixture modeling (GMM).
License: MIT + file LICENSE
URL: https://github.com/YSKoseki/gmmDenoise
BugReport: https://github.com/YSKoseki/gmmDenoise/issues
Depends:
R (>= 4.1.0),
ggplot2 (>= 3.3.0)
Imports:
grDevices,
scales,
stats,
mixtools,
wesanderson,
dplyr,
stringr,
tidyr
Suggests:
cowplot
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0