Collection of sample scripts and notebooks that provide support for automation.
Visit the collection of Rmd notebooks to browse and download content interactively.
Also see RCy3 for a set of R functions to facilitate Cytoscape automation.
notebooks directory to be included in the Cytoscape Rmd Notebook menu system.- text: "RCy3 use cases"
href: RCy3-use-cases.nb.html
lapply(list.files("notebooks","*.Rmd"), function(x) rmarkdown::render(paste("notebooks",x,sep="/")))
rmarkdown::render("notebooks/index.Rmd","html_document")
Commit and push updated files to make updated notebooks avalable.
Update Colab notebooks in colab folder.