You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/rest-routes.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,12 @@ Multiple sequence alignments
29
29
Clustering
30
30
----------
31
31
[/api/v2/clustering](/api/v2/clustering) List the clustering settings operating
32
-
**/api/v2/clustering/*clustering_algorithm*/change_id** Return the change_id, an incrementing integer which rises are changes are made to clusters
32
+
**/api/v2/clustering/*clustering_algorithm*/change_id** Return the change_id, an incrementing integer which rises as changes are made to clusters
33
+
**/api/v2/clustering/*clustering_algorithm*/clusters** Lists clusters, and number of mixed and unmixed samples in each.
33
34
**/api/v2/clustering/*clustering_algorithm*/guids2clusters** Return a guid -> cluster lookup
34
-
**/api/v2/clustering/*clustering_algorithm*/clusters** Return unique cluster_ids for *clustering_algorithm*
35
-
**/api/v2/clustering/*clustering_algorithm*/guids2clusters/after_change_id/*change_id*** Return a guid -> cluster lookup after some particular point in time.
35
+
**/api/v2/clustering/*clustering_algorithm*/guids2clusters/after_change_id/*change_id*** Return a guid -> cluster lookup after some particular point in time.
36
+
**/api/v2/clustering/*clustering_algorithm*/cluster_ids** Return unique cluster_ids for *clustering_algorithm*
37
+
**/api/v2/clustering/*clustering_algorithm*/*cluster_id*/network** return a Cytoscape.js json string. See ui/cytoscape_viewer1.html for example code consuming this.
0 commit comments