-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
32 lines (32 loc) · 1.59 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
Package: RCy3
Type: Package
Title: Functions to Access and Control Cytoscape
Version: 2.27.0
Date: 2024-10-02
Authors@R: c(person("Alex", "Pico", role = c("aut","cre"),
email = "alex.pico@gladstone.ucsf.edu",
comment = c(ORCID = "0000-0001-5706-2163")),
person("Tanja", "Muetze", role = "aut",
email = "tanja.muetze14@alumni.imperial.ac.uk"),
person("Paul", "Shannon", role = "aut",
email = "pshannon@systemsbiology.org"),
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 = "xinsg0@gmail.com")
)
Imports: httr, methods, RJSONIO, XML, utils, BiocGenerics, stats, graph, fs, uuid, stringi, glue, RCurl, base64url, base64enc, IRkernel, IRdisplay, RColorBrewer, gplots
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.3.2
Encoding: UTF-8