| Literature DB >> 21418653 |
Abstract
BACKGROUND: The World Wide Web plays a critical role in enabling molecular, cell, systems and computational biologists to exchange, search, visualize, integrate, and analyze experimental data. Such efforts can be further enhanced through the development of semantic web concepts. The semantic web idea is to enable machines to understand data through the development of protocol free data exchange formats such as Resource Description Framework (RDF) and the Web Ontology Language (OWL). These standards provide formal descriptors of objects, object properties and their relationships within a specific knowledge domain. However, the overhead of converting datasets typically stored in data tables such as Excel, text or PDF into RDF or OWL formats is not trivial for non-specialists and as such produces a barrier to seamless data exchange between researchers, databases and analysis tools. This problem is particularly of importance in the field of network systems biology where biochemical interactions between genes and their protein products are abstracted to networks.Entities:
Year: 2011 PMID: 21418653 PMCID: PMC3071313 DOI: 10.1186/1751-0473-6-5
Source DB: PubMed Journal: Source Code Biol Med ISSN: 1751-0473
Figure 1A flow diagram of Sig2BioPAX. The input file is processed by the Top-level processing unit and then by Sub-level units until reaching the lowest level of processing iteratively. Once all lines from the input file were processed the program outputs an OWL file.
A description of the reaction types processed by Sig2BioPAX
| Reaction Type | Description |
|---|---|
| Binding | Molecules bind to form a complex |
| Kinase Phosphorylation | Kinase catalyzes addition of phosphate group to target molecule |
| Dephosphorylation | Catalyst initiates removal of phosphate group from target molecule |
| Guanine Nucleotide Exchange | GDP removed from complex and replaced with GTP |
| GTPase activating protein | GTP bound to compound becomes GDP |
| Ubiquitination | Ubiquitin molecule is added to target compound |
| Deubiquitination | Ubiquitin molecule is removed from target compound |
| Sumoylation | Small ubiquitin-related modifier is attached to target molecule |
| Cleavage with Phospholipase C | PLC cleaves PIP2 into IP3 and DAG |
| Cleavage on Cysteine | Deactivating cleavage on a cysteine residue of target protein |
| Inactivating Cleavage | Deactivating cleavage of target molecule |
| Activating Cleavage | Cleavage of pro-protein into active form |
| Protein-protein Interaction | Otherwise unspecified reaction between two proteins |
| Transcription | Protein activates or inhibits transcription of gene products |
| Transcription Factor Promoter Binding | Transcription factor and protein bind to create complex |
A description of an input line using the default input template, sig, and the meaning of the individual elements on the input line.
| SN | Source compound name |
| SH | Source Swiss-Prot human accession number |
| SM | Source Swiss-Prot mouse accession number |
| ST | Source Type of compound |
| SL | Source cellular location |
| TN | Target compound name |
| TH | Target Swiss-Prot human accession number |
| TM | Target Swiss-Prot mouse accession number |
| TT | Target Type of compound |
| TL | Target cellular location |
| E | Effect of source on target compound - Activating, inhibiting, or neutral |
| TI | Type of interaction |
| ID | Pubmed ID of reference article |
Each element must be separated by whitespace, and the line is terminated by the newline character.
Figure 2A screenshot of the GUI version of Sig2BioPAX. Users are provided with the ability to interactively specify the input file, the input file format, the rules file, and an output OWL file.