-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 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
46
47
48
49
50
51
52
53
Type: Package
Package: biohelpers
Title: Convenience Functions for Biological Data Processing
Version: 0.0.0.5
Authors@R:
person("Xiang", "LI", , "[email protected]", role = c("aut", "cre"))
Description: Convenience Functions for Biological Data Processing.
License: MIT + file LICENSE
URL: https://github.com/lixiang117423/biohelpers,
https://lixiang117423.github.io/biohelpers/
BugReports: https://github.com/lixiang117423/biohelpers/issues
Depends:
R (>= 2.10)
Imports:
agricolae,
ape,
broom,
chemhelper,
clusterProfiler,
DESeq2,
dplyr,
factoextra,
FactoMineR,
ggplot2,
ggprism,
ggrepel,
ggsci,
ggthemes,
lefser,
magrittr,
mixOmics,
multcomp,
purrr,
rlang,
ropls,
rstatix,
scales,
stats,
stringr,
SummarizedExperiment,
tibble,
tidyr,
vegan,
WGCNA
Suggests:
knitr,
rmarkdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
LazyDataCompression: gzip
RoxygenNote: 7.3.2