-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.15 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
Package: TCMR
Title: Traditional Chinese Medicine Network Pharmacology
Version: 1.0.0
Authors@R:
person(given = "Jinkun",
family = "Liu",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2212-9617"))
Description: A visualization tool for network pharmacology data analysis.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: aplot, circlize, dplyr, ggplot2, ggraph, ggtree, grDevices, igraph,
magrittr, RColorBrewer, stats, tidyr, ComplexHeatmap, cols4all, cowplot,
ggrepel, ggsankey, rlang, stringr, UpSetR, ggvenn, tidygraph
biocViews: ComplexHeatmap, ggtree, clusterProfiler, DOSE, org.Hs.eg.db
Remotes:
github::davidsjoberg/ggsankey
Depends: R (>= 2.10)
LazyData: true
Suggests:
clusterProfiler,
DOSE,
knitr,
org.Hs.eg.db,
testthat (>= 3.0.0),
tidyverse,
utils
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-07-21 03:56:48 UTC; ljk
Author: Jinkun Liu [aut, cre] (<https://orcid.org/0000-0003-2212-9617>)
Maintainer: Jinkun Liu <[email protected]>