tmuetze/Bioconductor_RCy3_the_new_RCytoscape
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
RCy3 README ----------------- Alexander Pico is taking over leadership for this project, which is being adopted by Cytoscape. Please go to https://github.com/cytoscape/RCy3 for the latest version of RCy3. ----------------- Unit tests are a crucial tool in software development. In order to run them 'offline' (not on the Bioconductor build system), take these steps from within a running R session: 1) source(system.file("unitTests", "test_RCy3.R", package="RCy3")) 2) run.tests () They take about 20 minutes to run.