|
Project Information
Featured
Downloads
Links
|
Sig2BioPAX: Java tool for converting flat text files to BioPAX Level 3 formatAbstractThe World Wide Web plays a critical role in enabling researchers to exchange, search, process, visualize, integrate and analyze experimental data. Such efforts can be further enhanced through the development of the concept of the semantic web. 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 or other types of spreadsheets into RDF or OWL formats is not trivial for non-specialists and as such produce a barrier to seamless data exchange between researchers, databases and analysis tools. This problem is particular of need and importance in the field of network systems biology where biochemical interactions between genes and their products are abstracted to networks. For the purpose of converting biochemical interactions into the BioPAX format, the leading standard developed by the computational systems biology community, we developed an open-source command line tool that takes as input tabular data describing different types of biochemical interactions. The tool converts such interactions into the BioPAX level 3 OWL format. We used the tool to convert several existing and novel mammalian networks of protein interactions, signaling pathways and transcriptional regulatory networks into BioPAX and deposited these into PathwayCommons a repository for consolidating and organizing biochemical networks. Our command line tool sig2biopax is a useful resource that can enable experimental and computational systems biologists to contribute their identified networks for integration and reuse with the research community. Running Sig2BioPAXv4Sig2BioPAXv4 is packaged as an executable JAR file. You must have Java Virtual Machine installed on your computer. JVM is available from http://www.java.com/getjava. To run the GUI (graphical user interface) version of Sig2BioPAXv4, simply double click the sig2biopaxv4.jar, which is the distribution file. To use the command line version of the program open a command prompt and navigate to the folder containing the Sig2BioPAXv4.jar. Enter the command: If no arguments are used, the default input is input.txt, the default output is output.owl, and a sig input template, as well as the non-overwriting option will be used. Input file typesThe command line tool may be accessed by using the command line argument –cmd. In the command line tool, there are four different options which may be fed into the program as command-line arguments separated by spaces. The four options are: The second format can be chosen using the string argument source_target. This option tells the program to parse the input file as having only six columns: Real exampleThe focal adhesome network sig file from the adhesome.org web site can be converted into BioPAX Level 3 by typing on the command-line: Contactavi dot maayan at mssm dot edu and |