-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 1.01 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: fantaxtic
Type: Package
Title: Fantaxtic - nested bar plots for phyloseq data
Version: 0.2.1
Author: person("Guus Martijn", "Teunisse", email = "gmteunisse@gmail.com",
role = c("aut", "cre"))
Maintainer: Guus Martijn Teunisse <gmteunisse@gmail.com>
Description: This package contains a set of functions to identify and visualize
the most abundant taxa in Phyloseq objects. It allows users to identify top
taxa using any function and any desired grouping, and plot the (relative)
abundances of the top taxa using a nested bar plot visualisation, in which
colours / fills signify a top taxonomic rank (e.g. Phylum), and shades / tints signify a
nested taxonomic rank (e.g. Species).
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
stats,
grDevices,
ggplot2,
phyloseq,
reshape2,
dplyr,
tidyr,
stringr,
forcats,
ggnested,
magrittr
Remotes:
github::gmteunisse/ggnested
RoxygenNote: 7.2.0
Suggests: knitr,
rmarkdown,
DT
VignetteBuilder: knitr