Changes between Version 3 and Version 4 of VisualizationAndInteraction
- Timestamp:
- 2010/02/12 17:15:53 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisualizationAndInteraction
v3 v4 1 === Participants === 2 3 * Andrea Splendiani 4 * Keiichiro Ono 5 * Bruno Aranda 6 * Kyung-Hoon Kwon 7 * ... 8 9 1 10 == Visualization == 2 11 … … 22 31 == Molecular Interactions == 23 32 24 We have been working in trying to make PSICQUIC output RDF/XML. PSICQUIC is a standard that defines a common way to access Molecular Interaction resources (!IntAct, MINT, !BioGrid, iRefIndex, MatrixDB, Reactome x2, MPIDB, ChEMBL), reaching more than 1.7 milion interactions.33 We have been working in trying to make [http://psicquic.googlecode.com PSICQUIC] output RDF/XML. PSICQUIC is a standard that defines a common way to access Molecular Interaction resources (!IntAct, MINT, !BioGrid, iRefIndex, MatrixDB, Reactome x2, MPIDB, ChEMBL), reaching more than 1.7 milion interactions. 25 34 26 http://www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=STATUS 35 * PSICQUIC: http://psicquic.googlecode.com 36 * PSICQUIC registry: http://www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=STATUS 27 37 28 38 The approach taken has been to try to make PSICQUIC services return BioPAX Level 3 data. As the underlying data is PSI-MI XML, a converter has been created using JENA. 29 39 30 At the end of biohackathon, PSICQUIC is able to return RDF data in a variety of formats (RDF/XML, N3, n-triples, etc). This may be a feature of the next release of thereference implementation.40 At the end of the Biohackathon, PSICQUIC is able to return RDF data in a variety of formats (RDF/XML, N3, n-triples, etc). This may be a feature of the next release of the PSICQUIC reference implementation. 31 41 32 At the moment PSICQUIC is returning part of all the information available, but it is a matter of continue implementing the converter to return the rest of data. Currently, the data returned contains interactions, its participants and cross-references for the participants. The ID of the interactions use IntAct URIs from uniprot (e.g. http://purl.uniprot.org/intact/EBI-12345), so in the future this will be changed in order to return the corresponding URI for all the different services depending on the original data source. 42 At the moment PSICQUIC is returning part of all the information available, but it is a matter of continue implementing the converter to return the rest of data. Currently, the data returned contains interactions, its participants and cross-references for the participants. 43 44 To do: 45 46 * The ID of the interactions use !IntAct URIs from uniprot (e.g. http://purl.uniprot.org/intact/EBI-12345), so in the future this will be changed in order to return the corresponding URI for all the different services depending on the original data source. 47 * Add all the data available in PSI-MI XML to the output. 33 48 34 49 A test to import the output data into Cytoscape 2.7.0 beta 3 has been successfully done. 35 50 36 === About other PSI formats ===51 === Note about other PSI formats === 37 52 38 53 PSI-MI XML is one of the PSI (Proteomics Standards Initiative) formats. There are other standard formats to manage mass spectrometry data (mzML), data analysis (analysisML) or sample preparations (spML). These may be converted to RDF equivalent formats in the future. Next month is taking place the PSI Meeting in Seoul, where this may be discussed.