= SystemsBiologySBML = [[PageOutline]] In systems biology field, most curated models are developed by for example [http://www.celldesigner.org/ CellDesigner], and are described in [http://sbml.org/Main_Page SBML] format. Each model is publised in each paper, and in each SBML file. To integrate published models, semantic web approach is very useful. BioPAX provides a common exchange format for biological pathways and models in OWL. http://www.biopax.org/ = Goal = Goal is first of all an integration of curated models, in other words, pathways. As described above, each pathway is publised in each paper, and in each SBML file. However, as you know, pathways are closely related each other. If we can integrate these curated pathways, we can overview pathways and search pathways to find novel hypothesis. It will be very helpful for us to obtain novel insight and hypothesis. = Usecase - Alzheimer disease pathway = One usecase is Alzheimer disease study. We has developed a curated pathway database for Alzheimer disease named AlzPathway. AlzPathway collects signaling and metabolic pathways relevant to Alzheimer disease. By only AlzPathway, we already discovered novel hypothesis of relationships between amyloid beta and tau phosphorylation pathways which has been a missing link before. Importantly, pathways relevant to Alzheimer disease are not exclusively relevant to Alzheimer disease. For example, Alzheimer disease pathway is closely related to apoptosis pathway, and if someone published a curated model for detailed apoptosis, an integration of AlzPathway and apoptosis pathway will be very helpful for researchers in Alzheimer disease to obtain novel insight and hypothesis about relationships between Alzheimer disease and apoptosis. = Datasets = * BioPAX http://www.biopax.org/ * Level 3 (RC3): BioCyc, HumanCyc * Level 2: Reactome, BioCyc, INOH, Nature/NCI Pathway Interaction Database, Cancer Cell Map, Pathway Commons * Level 1: BioCyc, KEGG * BioModels Database (EMBL-EBI) http://www.ebi.ac.uk/biomodels/ stores over 400 published systems biology models in not only SBML and but also BioPAX Level 2 OWL. * Mol Syst Biol - Structural Data Archive (in SBML) http://www.nature.com/msb/sdata/index.html * E-cell Model Repository - SBML Models http://www.e-cell.org/ecell-models/repository/SBML * Model Format OWL (MFO) http://cisban-silico.cs.ncl.ac.uk/MFO/ is an alternative OWL. * BioPAX problems are described in [http://themindwobbles.wordpress.com/tag/semantic-data-integration/ ESBML in OWL: some thoughts on Model Format OWL (MFO)] = Convertor = === BioPAX Level 3 === No convertor now. === BioPAX Level 2 === The convertor sbml2biopax from SBML to BioPAX OWL is provided by BioModels Compneur Group. * http://www.ebi.ac.uk/compneur-srv/sbml/convertors/SBMLtoBioPax.html The sbml2biopax requires [http://sbml.org/Software/libSBML libSBML], and it works with the latest libSBML (libsbml.4.0.1). {{{ $ wget http://www.ebi.ac.uk/compneur-srv/sbml/convertors/sbml2biopax-1.3.tar.gz $ tar xvfz sbml2biopax-1.3.tar.gz; cd sbml2biopax-1.3; cp ~/alzpathway.xml . $ sh sbml2biopax.sh alzpathway.xml }}} {{{ $ wget http://www.nature.com/msb/journal/v1/n1/extref/msb4100014-s3.xml -O Oda_EGFR_2005.xml $ sh sbml2biopax.sh Oda_EGFR_2005.xml $ wget http://www.nature.com/msb/journal/v1/n1/extref/msb4100057-s1.xml -O Oda_TLR_2006.xml $ sh sbml2biopax.sh Oda_TLR_2006.xml }}} The sbml2biopax generate BioPAX Level 2 OWL file from given SBML file. = Store = === 4store === {{{ $ 4s-backend-setup biopax_lv2 4store[2577]: backend-setup.c:176 erased files for KB biopax_lv2 4store[2577]: backend-setup.c:301 created RDF metadata for KB biopax_lv2 $ 4s-backend biopax_lv2 $ 4s-import -v biopax_lv2 alzpathway.owl $ 4s-import -v biopax_lv2 Oda_EGFR_2005.owl removing old data Reading Pass 1, processed 4951 triples (4951) Pass 2, processed 4951 triples, 61233 triples/s Updating index Index update took 2.412844 seconds Imported 4951 triples, average 1985 triples/s $ 4s-import -v biopax_lv2 Oda_TLR_2006.owl removing old data Reading Pass 1, processed 10087 triples (10087) Pass 2, processed 10087 triples, 78545 triples/s Updating index Index update took 0.605142 seconds Imported 10087 triples, average 13330 triples/s }}} === Virtuoso === Coming soon. = Query = === 4store === {{{ $ 4s-query biopax_lv2 4store>SELECT * WHERE {?s ?p ?o} >#EOQ ?s ?p ?o "late_br_endsome" "recycling_br_endsome" ... results.c:1655 hit soft limit 2 times # hit complexity limit 2 times, increasing soft limit may give more results #EOR }}} === Virtuoso === Coming soon. = SPARQL end point = SPARQL end point is now under construction, and will appear soon. :-) = Problems & ToDo = * BioPAX OWL might be too complicate to archive the above usecase (goal). SPARQL search might took so much time to return results. Appropriate reduction of information of SBML model is required to convert from SBML to RDF (not OWL). * In the case of conversion from SBML to RDF, mapping of name among models is required. = Visualization = * RelFinder in Virtuoso * Cytoscape: [http://chianti.ucsd.edu/Cyto-2_7-beta/ Cytoscape 2.7.0 beta] supports BioPAX Level 3 by Ono-san. See [wiki:VisualizationAndInteraction]. * BioCichlid: [http://newton.tmd.ac.jp/ BioCichlid] will support BioPAX Level 2 (now under implementing). = Members = * Soichi Ogishima (AlzPathway, BioCichlid @ TMD systems biology group, JAPAN) * Ryosuke Ishiwata (BioCichlid @ TMD systems biology group, JAPAN) Special thanks to Eric and Ono-san for valuable comments!