-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 973 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: AfterSl1p
Type: Package
Title: Generate Summary Graphics and Basic Analysis of 16s Data
Version: 0.1.0
Author: J. C. Szamosi and Shahrokh Shekarriz
Authors@R: c(person("JC", "Szamosi", email = "[email protected]",
role = c('aut','cre')),
person('Shahrokh', 'Shekarriz',
email = '[email protected]',
role = c('aut')))
Description: A package of convenience functions to visualize microbiome data.
It uses phyloseq and tidyverse/ggplot2 tools. Mostly just a collection of
functions I have found useful over the years.
License: What license is it under?
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 0.7.2),
ggplot2 (>= 2.2.1),
lifecycle,
magrittr,
phyloseq (>= 1.19.1),
pipeR,
rlang (>= 0.1.2),
tibble,
tidyr
RoxygenNote: 7.3.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)