-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.09 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
Package: reltools
Type: Package
Title: Microbiome Amplicon Analysis and Visualization
Version: 0.1.0
Authors@R: person("Daniel", "Sprockett", email =
role = c("aut", "cre"))
Description: This R package is a useful (though not totally coherent)
collection of functions used for analyzing and visualizing
16S rRNA amplicon data. This package was created mainly for
use in the Relman Lab at Stanford University
(relman.stanford.edu). In addition, this package contains
some functions that Dan has created for working with
proteomic M/S data, or simply tools for visualizing data
more effectively.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 0.7.4),
ggplot2 (>= 2.2.1),
grid (>= 3.4.2),
gridExtra (>= 2.3),
phyloseq (>= 1.22.3),
Hmisc (>= 4.0.3),
minpack.lm (>= 1.2.1),
picante (>= 1.6.2),
reshape2 (>= 1.4.2),
stats4 (>= 3.4.2)
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown,
testthat,
extrafont (>= 0.17)
VignetteBuilder: knitr