Changes between Version 6 and Version 7 of BioMartApiRequest
- Timestamp:
- 2009/03/18 10:32:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BioMartApiRequest
v6 v7 9 9 10 10 * Cytoscape sends list of IDs/terms as a query. This list should be included returned data table. Otherwise, Cytoscape cannot map any attributes. 11 * Cytoscape BioMart client needs nicer GUI just like ''MartView'' web UI. 12 * Need to create category-oriented list of attributes. 13 * Need to tell user Max-selectable value 11 14 12 15 === Desired API === … … 25 28 26 29 }}} 30 31 === Implementation Plan === 32 * REST API does not support some of the metadata, such as sub-category of attributes and filters 33 * To extract those metadata fields, I need to use SOAP. However, SOAP has some overhead and not as efficient as REST. 34 35 ==== Solution ==== 36 * For building user interface, use SOAP. Then the client has full-access to the metadata. 37 * Send actual Query through REST. This is faster than SOAP. 38 39