-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.03 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
Package: pwcuratr
Type: Package
Title: Functional Pathway Cluster Curation tool
Version: 0.2.3.9000
Author: Kevin Kunzmann <kevin.kunzmann@mrc-bsu.cam.ac.uk>
Maintainer: Kevin Kunzmann <kevin.kunzmann@mrc-bsu.cam.ac.uk>
Description: Elicit candidate gene networks based on sets of seed genes using
predicted functional gene-gene interactions.
URL: https://github.com/kkmann/pwcuratr
BugReports: https://github.com/kkmann/pwcuratr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
pander,
shiny,
httr,
covr,
testthat
Depends:
R (>= 3.5.0)
Imports:
tidyverse,
DT,
glue,
scales,
dplyr,
magrittr,
purrr,
rlang,
tibble,
tidyr,
tidygraph,
vroom,
readr,
cowplot,
ggplot2,
igraph,
ggraph,
ggrepel
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Collate:
'zzz.R'
'as_igraph.R'
'plot_pathway.R'
'prune.R'
'query_reactome_pathways.R'
'start_shiny_app.R'
'util.R'