Changes between Version 1 and Version 2 of Interaction networks
- Timestamp:
- 2008/02/11 19:58:49 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Interaction networks
v1 v2 5 5 It already exists an standard exchange format: PSI-MI. Two possibilities: 6 6 7 * PSI-MI XML7 * [http://www.psidev.info/index.php?q=node/60 "PSI-MI XML"] 8 8 * PSI-MI TAB (tabulated) 9 9 * [ftp://ftp.ebi.ac.uk/pub/databases/intact/current/psimitab/README Standard] … … 15 15 16 16 * [http://www.ebi.ac.uk/intact IntAct] (Bruno Aranda, EBI) 17 * DIP(Lukasz Salwinski, UCLA)17 * [http://dip.doe-mbi.ucla.edu/ DIP] (Lukasz Salwinski, UCLA) 18 18 * [http://string.embl.de STRING] (Michael Kuhn) 19 19 * ... (please add yourself) … … 35 35 36 36 Note: the !IntAct web service is in fact a web service that searches on a PSI-MI TAB file that contains all the interactions present at !IntAct. All the (java) code 37 generated at !IntAct is open-source and licensed under the Apache Commons License 2.0. It means that this web service implementation could be used over any PSI-MI TAB file (not just the IntAct ones).37 generated at !IntAct is open-source and licensed under the Apache Commons License 2.0. It means that this web service implementation could be used over any PSI-MI TAB file (not just the !IntAct ones). 38 38 39 * Taverna 39 * Taverna client 40 40 * !BioMoby 41 41 * Check use-cases: … … 46 46 It would be useful to have a common query language for interactions. Options: 47 47 48 * [wiki:PSICQUIC] - we have agreed that the acronym is horrible :)49 * [http://lucene.apache.org] Lucene based searches over PSI-MI tab files - what is currently used in !IntAct.48 * [wiki:PSICQUIC] - attempt to create a REST-based query language. 49 * [http://lucene.apache.org] Lucene based searches over PSI-MI tab files - this is what is currently used in !IntAct. 50 50 * This option seems to be the simplest according to the participants in the group, and could be a starting point. 51 51 … … 54 54 Cytoscape, as active consumer, has a bunch of use cases that can be a starting point to discuss how interaction data could be mined/queried. 55 55 56 === I mplementation of an Interaction DAS Server ===56 === Interaction DAS Server === 57 57 58 Nothing specific has been said about this, but it was in the original agenda. 58 Possibility: http://www.dasregistry.org/extension_interaction.jsp 59 60 Problems: it does not comply neither with the PSI-MI specification nor with the DAS one. 61 62 = Other Resources = 63 64 [http://www.nature.com/nbt/journal/v25/n8/abs/nbt1324.html "The minimum information required for reporting a molecular interaction experiment (MIMIx)"] 59 65 60 66 = Important reminder =