forked from DaneVass/bartools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 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
36
37
38
39
40
41
42
43
44
45
Package: bartools
Type: Package
Title: Analysis and visualisation of synthetic DNA barcodes in high throughput sequencing datasets
Version: 1.0.0
Authors@R: c(person("Dane", "Vassiliadis", email = "[email protected]",
role = c("aut", "cre")),
person("Henrietta", "Holze", email = "[email protected]",
role = "aut"))
Maintainer: Dane Vassiliadis <[email protected]>
Description: Analysis and visualisation of synthetic DNA barcodes in high throughput sequencing datasets.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
knitr,
rmarkdown,
ggrepel
Imports:
data.table,
ComplexHeatmap,
vegan,
ineq,
stringr,
seqinr,
scales,
ggpubr,
dplyr,
tidyr,
tibble,
tidyselect,
magrittr,
forcats,
reshape2,
limma,
methods,
viridis,
rlang,
RColorBrewer
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Depends:
R (>= 3.5),
edgeR,
ggplot2