forked from cytoscape/RCy3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.57 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
Package: RCy3
Type: Package
Title: Functions to Access and Control Cytoscape
Version: 2.15.2
Date: 2022-03-10
Authors@R: c(person("Alex", "Pico", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5706-2163")),
person("Tanja", "Muetze", role = "aut",
email = "[email protected]"),
person("Paul", "Shannon", role = "aut",
email = "[email protected]"),
person("Ruth", "Isserlin", role = "ctb"),
person("Shraddha", "Pai", role = "ctb"),
person("Julia", "Gustavsen", role = "ctb"),
person("Georgi", "Kolishovski", role = "ctb"),
person("Yihang", "Xin", role = "ctb",
email = "[email protected]")
)
Imports: httr, methods, RJSONIO, XML, utils, BiocGenerics, stats, graph, fs, uuid, uchardet, glue, RCurl, base64url, base64enc, IRkernel, IRdisplay, RColorBrewer
Suggests: BiocStyle, knitr, rmarkdown, igraph, grDevices
SystemRequirements: Cytoscape (>= 3.7.1), CyREST (>= 3.8.0)
Description: Vizualize, analyze and explore networks using Cytoscape via R. Anything you can do using the graphical user interface of Cytoscape, you can now do with a single RCy3 function.
License: MIT + file LICENSE
URL: https://github.com/cytoscape/RCy3
BugReports: https://github.com/cytoscape/RCy3/issues
LazyLoad: yes
biocViews: Visualization, GraphAndNetwork, ThirdPartyClient, Network
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.1.2