← Revision 1 as of 2015-06-22 17:56:09
Size: 106
Comment:
|
← Revision 2 as of 2015-06-22 18:15:12 →
Size: 982
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Programmatic Access to Cytoscape Features = |
== Programmatic Access to Cytoscape Features == In this section, you will learn how to use programmatic access to Cytoscape features for advanced Cytoscape users. |
Line 3: | Line 4: |
== Background == |
=== Background === Cytoscape has intuitive graphical user interface for interactive network data integration, analysis, and visualization. It is a great way to exploratory analyze your data sets, but what happens if you have a lots of data files? It is virtually impossible to apply same operations to hundreds of networks manually with GUI. |
Line 5: | Line 7: |
== Commands == | More importantly, although you can save your ''results'' as session files, you cannot save your '''''workflows''''' if your analysis is based on point-and-click GUI operation. Recording workflows is the key feature for reproducible data analysis, but it was a missing feature in past versions for Cytoscape. Latest version of Cytoscape has several options to script and automate your workflows. |
Line 7: | Line 9: |
== RESTful API == |
=== Options === ==== Commands ==== ==== RESTful API ==== |
Programmatic Access to Cytoscape Features
In this section, you will learn how to use programmatic access to Cytoscape features for advanced Cytoscape users.
Background
Cytoscape has intuitive graphical user interface for interactive network data integration, analysis, and visualization. It is a great way to exploratory analyze your data sets, but what happens if you have a lots of data files? It is virtually impossible to apply same operations to hundreds of networks manually with GUI.
More importantly, although you can save your results as session files, you cannot save your workflows if your analysis is based on point-and-click GUI operation. Recording workflows is the key feature for reproducible data analysis, but it was a missing feature in past versions for Cytoscape. Latest version of Cytoscape has several options to script and automate your workflows.
Options
Commands