-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
37 lines (37 loc) · 1.34 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
Package: decontam
Type: Package
Title: Identify Contaminants in Marker-gene and Metagenomics Sequencing Data
Version: 1.13.0
Date: 2021-02-19
Authors@R:
c(person(given = "Benjamin", family = "Callahan", role = c("aut","cre"),
email = "benjamin.j.callahan@gmail.com"),
person(given = "Nicole Marie", family = "Davis", role = "aut"),
person(given = "Felix G.M.", family = "Ernst", role = "ctb",
email = "felix.gm.ernst@outlook.com",
comment = c(ORCID = "0000-0001-5064-0928")))
Maintainer: Benjamin Callahan <benjamin.j.callahan@gmail.com>
Description: Simple statistical identification of contaminating sequence features in
marker-gene or metagenomics data. Works on any kind of feature derived from
environmental sequencing data (e.g. ASVs, OTUs, taxonomic groups, MAGs,...).
Requires DNA quantitation data or sequenced negative control samples.
Depends:
R (>= 3.4.1),
methods (>= 3.4.1)
Imports:
ggplot2 (>= 2.1.0),
reshape2 (>= 1.4.1),
stats
Suggests:
BiocStyle,
knitr,
rmarkdown,
phyloseq
License: Artistic-2.0
Encoding: UTF-8
VignetteBuilder: knitr
biocViews: ImmunoOncology, Microbiome, Sequencing, Classification, Metagenomics
URL: https://github.com/benjjneb/decontam
BugReports: https://github.com/benjjneb/decontam/issues
LazyData: true
RoxygenNote: 7.1.1