-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDESCRIPTION
executable file
·78 lines (78 loc) · 2.07 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: metacoder
Title: Tools for Parsing, Manipulating, and Graphing Taxonomic Abundance Data
Version: 0.3.8
Authors@R:
c(person(given = "Zachary",
family = "Foster",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Niklaus",
family = "Grunwald",
role = c("ths"),
email = "[email protected]"),
person(given = "Kamil",
family = "Slowikowski",
role = c("ctb")),
person(given = "Scott",
family = "Chamberlain",
role = c("ctb")),
person(given = "Rob",
family = "Gilmore",
role = "ctb"))
Maintainer: Zachary Foster <[email protected]>
Description: Reads, plots, and manipulates large
taxonomic data sets, like those generated from modern high-throughput
sequencing, such as metabarcoding (i.e. amplification metagenomics, 16S
metagenomics, etc). It provides a tree-based visualization called "heat
trees" used to depict statistics for every taxon in a taxonomy using
color and size. It also provides various functions to do common tasks in
microbiome bioinformatics on data in the 'taxmap' format defined by the
'taxa' package. The 'metacoder' package is described in the publication
by Foster et al. (2017) <doi:10.1371/journal.pcbi.1005404>.
Depends:
R (>= 3.0.2)
License: GPL-2 | GPL-3
LazyData: true
URL: https://grunwaldlab.github.io/metacoder_documentation/
BugReports: https://github.com/grunwaldlab/metacoder/issues
Imports:
stringr,
ggplot2,
igraph,
grid,
taxize,
seqinr,
RCurl,
ape,
stats,
grDevices,
utils,
lazyeval,
dplyr,
magrittr,
readr,
rlang,
ggfittext,
vegan,
cowplot,
GA,
Rcpp,
crayon,
tibble,
R6
Suggests:
knitr,
rmarkdown,
testthat,
zlibbioc,
BiocManager,
phyloseq,
phylotate,
traits,
biomformat,
DESeq2
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
biocViews:
LinkingTo: Rcpp