cytoscape / RCy3

New version of RCy3, redesigned and collaboratively maintained by Cytoscape developer community
MIT License
50 stars 20 forks source link

Error in the last step of the createNetworkFromDataFrames - layoutNetwork? #94

Closed GoBinn closed 4 years ago

GoBinn commented 4 years ago

When I specify the base.url,layoutNetwork as the last step of the createNetworkFromDataFrames doesn't use the base.url. 微信截图_20200612181937

AlexanderPico commented 4 years ago

Good catch! Thanks for the error report and solution. I've commited the fix. It will be availabe on bioconductor in a couple days. It's available now via github:

install.packages("devtools")
library(devtools)
install_github('cytoscape/RCy3', build_vignettes=TRUE)