-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.37 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.37 KB
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
Package: PinPath
Type: Package
Title: Visualization of Omics Data on Pathway Diagrams
Version: 0.99.2
Date: 2026-03-12
Authors@R: c(
person("Jarno", "Koetsier", role = c("aut","cre"), email = "jarno.koetsier@gmail.com", comment = c(ORCID = "0000-0002-7981-1345")),
person("Lars", "Eijssen", role = "aut", comment = c(ORCID = "0000-0002-6473-2839")),
person("Egon", "Willighagen", role = "aut", comment = c(ORCID = "0000-0001-7542-0286")),
person("Stichting Terre - The Dutch Rett Syndrome Foundation", role="fnd"))
Imports:
grDevices,
graphics,
stats,
XML,
xml2,
magrittr,
dplyr,
tidyr,
stringr,
magick,
shape,
grid,
gridBase,
svglite,
AnnotationDbi,
igraph,
ggraph,
ggplot2,
BiocFileCache,
BiocGenerics,
rlang
Suggests:
testthat (>= 3.0.0),
BiocStyle,
knitr,
rmarkdown,
rWikiPathways,
org.Hs.eg.db,
metaboliteIDmapping
Depends:
R (>= 4.5.0)
Encoding: UTF-8
Description: With PinPath, you can visualize omics data onto pathways diagrams from WikiPathways and KEGG.
License: MIT + file LICENSE
URL: https://github.com/SyNUM-lab/PinPath
BugReports: https://github.com/SyNUM-lab/PinPath/issues
LazyLoad: yes
biocViews: Pathways, Visualization, GraphAndNetwork, KEGG
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Config/testthat/edition: 3