<?xml version='1.0'?>
<!DOCTYPE art SYSTEM 'http://www.biomedcentral.com/xml/article.dtd'>
<art>
   <ui>1751-0473-5-7</ui>
   <ji>1751-0473</ji>
   <fm>
      <dochead>Brief reports</dochead>
      <bibl>
         <title>
            <p>GTC: A web server for integrating systems biology data with web tools and desktop applications</p>
         </title>
         <aug>
            <au id="A1">
               <snm>Tenenbaum</snm>
               <fnm>Dan</fnm>
               <insr iid="I1"/>
               <email>dtenenbaum@systemsbiology.org</email>
            </au>
            <au id="A2">
               <snm>Bare</snm>
               <fnm>J Christopher</fnm>
               <insr iid="I1"/>
               <email>cbare@systemsbiology.org</email>
            </au>
            <au ca="yes" id="A3">
               <snm>Baliga</snm>
               <mi>S</mi>
               <fnm>Nitin</fnm>
               <insr iid="I1"/>
               <insr iid="I2"/>
               <email>nbaliga@systemsbiology.org</email>
            </au>
         </aug>
         <insg>
            <ins id="I1">
               <p>Institute for Systems Biology, 1441 N. 34th St., Seattle, WA USA</p>
            </ins>
            <ins id="I2">
               <p>Departments of Microbiology, and Molecular and Cellular Biology, University of Washington, Seattle, WA, USA</p>
            </ins>
         </insg>
         <source>Source Code for Biology and Medicine</source>
         <issn>1751-0473</issn>
         <pubdate>2010</pubdate>
         <volume>5</volume>
         <issue>1</issue>
         <fpage>7</fpage>
         <url>http://www.scfbm.org/content/5/1/7</url>
         <xrefbib>
            <pubidlist>
               <pubid idtype="pmpid">20626906</pubid>
               <pubid idtype="doi">10.1186/1751-0473-5-7</pubid>
            </pubidlist>
         </xrefbib>
      </bibl>
      <history>
         <rec>
            <date>
               <day>14</day>
               <month>4</month>
               <year>2010</year>
            </date>
         </rec>
         <acc>
            <date>
               <day>13</day>
               <month>7</month>
               <year>2010</year>
            </date>
         </acc>
         <pub>
            <date>
               <day>13</day>
               <month>7</month>
               <year>2010</year>
            </date>
         </pub>
      </history>
      <cpyrt>
         <year>2010</year>
         <collab>Tenenbaum et al; licensee BioMed Central Ltd.</collab>
         <note>This is an Open Access article distributed under the terms of the Creative Commons Attribution License (<url>http://creativecommons.org/licenses/by/2.0</url>), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.</note>
      </cpyrt>
      <abs>
         <sec>
            <st>
               <p>Abstract</p>
            </st>
            <p>Gaggle Tool Creator (GTC) is a web application which provides access to public annotation, interaction, orthology, and genomic data for hundreds of organisms, and enables instant analysis of the data using many popular web-based and desktop applications.</p>
         </sec>
      </abs>
   </fm>
   <bdy>
      <sec>
         <st>
            <p>Background</p>
         </st>
         <p>There are hundreds of public databases for systems biology data, and an equal number of applications for working with that data. However, it is often difficult to work with data of interest in the desired applications. Databases may not offer programmatic access, or require special scripting. Software tools may imprison the data in such a way that it can only be analyzed by a particular application. Data available for one organism may not be available for another. Individuals may have to download their own copies of databases in order to work with them in nonstandard ways, forcing them into the role of curator. Software tools may not allow users to work with their own data. Applications may only accept data in arcane formats, requiring special conversion.</p>
         <p>Here we describe Gaggle Tool Creator (GTC), a web application which addresses these problems by providing public data for hundreds of organisms, and making it instantly accessible to many popular, unrelated web resources and desktop applications. This in turn allows sophisticated analyses and novel discoveries to be achieved with just a few mouse clicks (Figure <figr fid="F1">1</figr>).</p>
         <fig id="F1">
            <title>
               <p>Figure 1</p>
            </title>
            <caption>
               <p>Exploring the arginine fermentation pathway in <it>Haloarcula marismortui </it>and <it>Halobacterium sp. NRC-1</it></p>
            </caption>
            <text>
               <p><b>Exploring the arginine fermentation pathway in <it>Haloarcula marismortui </it>and <it>Halobacterium sp. NRC-1</it></b>. Start by opening GTC (A) and selecting these two organisms, which provides the link to launch all the other tools in this figure. A list of genes from <it>H. marismortui </it>involved in the arginine fermentation pathway <abbrgrp><abbr bid="B10">10</abbr></abbrgrp> is broadcast to several tools (C, D, E) with one click, including an orthology translator (B), allowing comparable regions in the two organisms to be visualized side by side.</p>
            </text>
            <graphic file="1751-0473-5-7-1"/>
         </fig>
      </sec>
      <sec>
         <st>
            <p>Implementation</p>
         </st>
         <p>GTC is composed of a number of MySQL databases, regularly updated by scheduled scripts which download systems biology data from public sources. These sources, and the method used to download data from each, are as follows: NCBI (web services), STRING<abbrgrp><abbr bid="B1">1</abbr></abbrgrp> (flat file download), BioNetBuilder<abbrgrp><abbr bid="B2">2</abbr></abbrgrp> (flat file download), KEGG<abbrgrp><abbr bid="B3">3</abbr></abbrgrp> (web services), and the UCSC genome browser<abbrgrp><abbr bid="B4">4</abbr></abbrgrp> (flat file download). We currently have data for 500 organisms, with the eventual goal of having data for all sequenced organisms. The core of GTC is a Java web application which makes available links to several applications suited to the analysis of particular types of data. These applications are launched using Java Web Start, a technology which seamlessly pushes software updates to the user's computer. All of these applications implement the Gaggle framework <abbrgrp><abbr bid="B5">5</abbr></abbrgrp> for sharing data between applications and web sites (Figure <figr fid="F2">2</figr>).</p>
         <fig id="F2">
            <title>
               <p>Figure 2</p>
            </title>
            <caption>
               <p>Flow of GTC</p>
            </caption>
            <text>
               <p><b>Flow of GTC</b>. Periodically run scripts download data from public sources and update local databases. GTC web app enables launching of desktop analysis applications (using Java Web Start) which are loaded with organism-specific data.</p>
            </text>
            <graphic file="1751-0473-5-7-2"/>
         </fig>
      </sec>
      <sec>
         <st>
            <p>Results and Discussion</p>
         </st>
         <p>GTC's user interface allows the user to choose up to ten organisms to work with.</p>
         <p>GTC displays several links for each organism, and the following list describes in greater detail what happens when the user clicks these links.</p>
         <sec>
            <st>
               <p>Annotation</p>
            </st>
            <p>A desktop application displaying annotation data from NCBI.</p>
         </sec>
         <sec>
            <st>
               <p>Synonyms</p>
            </st>
            <p>An application that can translate between various naming schemes for genes (Locus Tag, Gene Name, Product Name). Data come from either NCBI or BioNetBuilder.</p>
         </sec>
         <sec>
            <st>
               <p>Network</p>
            </st>
            <p>The Cytoscape network viewer <abbrgrp><abbr bid="B6">6</abbr></abbrgrp>, with data from either STRING or BioNetBuilder.</p>
         </sec>
         <sec>
            <st>
               <p>GenomeMap</p>
            </st>
            <p>A genome browser, preloaded with genomic data from the UCSC genome web service.</p>
         </sec>
         <sec>
            <st>
               <p>Orthology Translator</p>
            </st>
            <p>Finds orthologs between any two organisms (invoked when the user chooses exactly two organisms to work with).</p>
            <p>Each of these links is paired with another called "Load Your Own" which allows the user to provide their own data. Because Gaggle is a message-passing framework, the user is not limited to the applications listed above and in fact can use any Gaggle-enabled tool; and, using Gaggle's Firegoose extension <abbrgrp><abbr bid="B7">7</abbr></abbrgrp> for the Firefox browser, web sites such as KEGG, STRING, EntrezGene, EntrezProtein, and DAVID <abbrgrp><abbr bid="B8">8</abbr></abbrgrp><abbrgrp><abbr bid="B9">9</abbr></abbrgrp>. (GTC will work with any modern web browser but Firegoose enables two-way communication with Gaggle-enabled web sites.)</p>
         </sec>
      </sec>
      <sec>
         <st>
            <p>Availability and Requirements</p>
         </st>
         <p><b>Project name: </b>GTC (Gaggle Tool Creator)</p>
         <p>
            <b>Project home page: </b>
            <url>http://gaggle.systemsbiology.net/gtc</url>
         </p>
         <p><b>Operating system: </b>Platform independent web site</p>
         <p><b>Programming languages: </b>Java, Javascript</p>
         <p><b>Other requirements: </b>Java 1.5 or higher and a web browser. While GTC can be viewed with any modern web browser, Firefox and the Firegoose extension are required for full interoperability with Gaggle-enabled applications and websites.</p>
         <p>
            <url>http://getfirefox.com</url>
         </p>
         <p>
            <url>http://gaggle.systemsbiology.net/docs/geese/firegoose/</url>
         </p>
         <p><b>License: </b>GNU LGPL</p>
         <p><b>Any restrictions to use by non-academics: </b>None</p>
      </sec>
      <sec>
         <st>
            <p>Competing interests</p>
         </st>
         <p>The authors declare that they have no competing interests.</p>
      </sec>
      <sec>
         <st>
            <p>Authors' contributions</p>
         </st>
         <p>DT developed the specification and design of the software and drafted the manuscript. JCB contributed to the design of the software. NSB conceived of the project, participated in its design and coordination and helped to draft the manuscript. All authors read and approved the final manuscript.</p>
      </sec>
   </bdy>
   <bm>
      <ack>
         <sec>
            <st>
               <p>Acknowledgements</p>
            </st>
            <p>We thank Optra Systems for engineering assistance, and Sarah Killcoyne for modifications to the Gaggle plugin for Cytoscape.</p>
            <p><it>Funding: </it>This work was supported by grants from NSF (DBI-0640950), DOE (DE-FG02-07ER64327), NIH (P50GM076547) and Battelle (PNNL subcontract 39527 to NSB).</p>
         </sec>
      </ack>
      <refgrp>
         <bibl id="B1">
            <title>
               <p>STRING 8--a global view on proteins and their functional interactions in 630 organisms</p>
            </title>
            <aug>
               <au>
                  <snm>Jensen</snm>
                  <fnm>LJ</fnm>
               </au>
               <au>
                  <snm>Kuhn</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Stark</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Chaffron</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Creevey</snm>
                  <fnm>C</fnm>
               </au>
               <au>
                  <snm>Muller</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Doerks</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Julien</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Roth</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Simonovic</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Bork</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>von Mering</snm>
                  <fnm>C</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2009</pubdate>
            <volume>37</volume>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1093/nar/gkn760</pubid>
                  <pubid idtype="pmcid">2686466</pubid>
                  <pubid idtype="pmpid" link="fulltext">18940858</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B2">
            <title>
               <p>BioNetBuilder: automatic integration of biological networks</p>
            </title>
            <aug>
               <au>
                  <snm>Avila-Campillo</snm>
                  <fnm>I</fnm>
               </au>
               <au>
                  <snm>Drew</snm>
                  <fnm>K</fnm>
               </au>
               <au>
                  <snm>Lin</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Reiss</snm>
                  <fnm>DJ</fnm>
               </au>
               <au>
                  <snm>Bonneau</snm>
                  <fnm>R</fnm>
               </au>
            </aug>
            <source>Bioinformatics</source>
            <pubdate>2007</pubdate>
            <volume>23</volume>
            <xrefbib>
               <pubid idtype="pmpid" link="fulltext">17138585</pubid>
            </xrefbib>
         </bibl>
         <bibl id="B3">
            <title>
               <p>KEGG for linking genomes to life and the environment</p>
            </title>
            <aug>
               <au>
                  <snm>Kanehisa</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Araki</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Goto</snm>
                  <fnm>S</fnm>
               </au>
               <etal/>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2008</pubdate>
            <issue>36 Database</issue>
            <fpage>D480</fpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">2238879</pubid>
                  <pubid idtype="pmpid" link="fulltext">18077471</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B4">
            <title>
               <p>The UCSC Genome Browser</p>
            </title>
            <aug>
               <au>
                  <snm>Karolchik</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Hinrichs</snm>
                  <fnm>AS</fnm>
               </au>
               <au>
                  <snm>Kent</snm>
                  <fnm>WJ</fnm>
               </au>
            </aug>
            <source>Curr Protoc Bioinformatics</source>
            <pubdate>2007</pubdate>
            <volume>Chapter 1</volume>
            <issue>Unit 1.4</issue>
            <xrefbib>
               <pubid idtype="pmpid" link="fulltext">18428780</pubid>
            </xrefbib>
         </bibl>
         <bibl id="B5">
            <title>
               <p>The Gaggle: An open-source software system for integrating bioinformatics software and data sources</p>
            </title>
            <aug>
               <au>
                  <snm>Shannon</snm>
                  <fnm>PT</fnm>
               </au>
               <au>
                  <snm>Reiss</snm>
                  <fnm>DJ</fnm>
               </au>
               <au>
                  <snm>Bonneau</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Baliga</snm>
                  <fnm>NS</fnm>
               </au>
            </aug>
            <source>BMC Bioinformatics</source>
            <pubdate>2006</pubdate>
            <volume>7</volume>
            <fpage>176</fpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1186/1471-2105-7-176</pubid>
                  <pubid idtype="pmcid">1464137</pubid>
                  <pubid idtype="pmpid" link="fulltext">16569235</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B6">
            <title>
               <p>Cytoscape: a software environment for integrated models of biomolecular interaction networks</p>
            </title>
            <aug>
               <au>
                  <snm>Shannon</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Markiel</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Ozier</snm>
                  <fnm>O</fnm>
               </au>
               <au>
                  <snm>Baliga</snm>
                  <fnm>NS</fnm>
               </au>
               <au>
                  <snm>Wang</snm>
                  <fnm>JT</fnm>
               </au>
               <au>
                  <snm>Ramage</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Amin</snm>
                  <fnm>N</fnm>
               </au>
               <au>
                  <snm>Schwikowski</snm>
                  <fnm>B</fnm>
               </au>
               <au>
                  <snm>Ideker</snm>
                  <fnm>T</fnm>
               </au>
            </aug>
            <source>Genome Res</source>
            <pubdate>2003</pubdate>
            <volume>13</volume>
            <issue>11</issue>
            <fpage>2498</fpage>
            <lpage>504</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1101/gr.1239303</pubid>
                  <pubid idtype="pmcid">403769</pubid>
                  <pubid idtype="pmpid" link="fulltext">14597658</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B7">
            <title>
               <p>The Firegoose: two-way integration of diverse data from different bioinformatics web resources with desktop applications</p>
            </title>
            <aug>
               <au>
                  <snm>Bare</snm>
                  <fnm>JC</fnm>
               </au>
               <au>
                  <snm>Shannon</snm>
                  <fnm>PT</fnm>
               </au>
               <au>
                  <snm>Schmid</snm>
                  <fnm>AK</fnm>
               </au>
               <au>
                  <snm>Baliga</snm>
                  <fnm>NS</fnm>
               </au>
            </aug>
            <source>BMC Bioinformatics</source>
            <pubdate>2007</pubdate>
            <volume>8</volume>
            <fpage>456</fpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1186/1471-2105-8-456</pubid>
                  <pubid idtype="pmcid">2211326</pubid>
                  <pubid idtype="pmpid" link="fulltext">18021453</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B8">
            <title>
               <p>Systematic and integrative analysis of large gene lists using DAVID Bioinformatics Resources</p>
            </title>
            <aug>
               <au>
                  <snm>Huang</snm>
                  <fnm>DW</fnm>
               </au>
               <au>
                  <snm>Sherman</snm>
                  <fnm>BT</fnm>
               </au>
               <au>
                  <snm>Lempicki</snm>
                  <fnm>RA</fnm>
               </au>
            </aug>
            <source>Nature Protoc</source>
            <pubdate>2009</pubdate>
            <volume>4</volume>
            <issue>1</issue>
            <fpage>44</fpage>
            <lpage>57</lpage>
            <xrefbib>
               <pubid idtype="doi">10.1038/nprot.2008.211</pubid>
            </xrefbib>
         </bibl>
         <bibl id="B9">
            <title>
               <p>DAVID: Database for Annotation, Visualization, and Integrated Discovery</p>
            </title>
            <aug>
               <au>
                  <snm>Dennis</snm>
                  <fnm>G</fnm>
                  <suf>Jr</suf>
               </au>
               <au>
                  <snm>Sherman</snm>
                  <fnm>BT</fnm>
               </au>
               <au>
                  <snm>Hosack</snm>
                  <fnm>DA</fnm>
               </au>
               <au>
                  <snm>Yang</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Gao</snm>
                  <fnm>W</fnm>
               </au>
               <au>
                  <snm>Lane</snm>
                  <fnm>HC</fnm>
               </au>
               <au>
                  <snm>Lempicki</snm>
                  <fnm>RA</fnm>
               </au>
            </aug>
            <source>Genome Biol</source>
            <pubdate>2003</pubdate>
            <volume>4</volume>
            <issue>5</issue>
            <fpage>P3</fpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1186/gb-2003-4-5-p3</pubid>
                  <pubid idtype="pmpid" link="fulltext">12734009</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B10">
            <title>
               <p>Genome sequence of <it>Haloarcula marismortui</it>: A halophilic archaeon from the Dead Sea</p>
            </title>
            <aug>
               <au>
                  <snm>Baliga</snm>
                  <fnm>NS</fnm>
               </au>
               <au>
                  <snm>Bonneau</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Facciotti</snm>
                  <fnm>MT</fnm>
               </au>
               <au>
                  <snm>Pan</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Glusman</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Deutsch</snm>
                  <fnm>EW</fnm>
               </au>
               <au>
                  <snm>Shannon</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Chiu</snm>
                  <fnm>Y</fnm>
               </au>
               <au>
                  <snm>Weng</snm>
                  <fnm>SW</fnm>
               </au>
               <au>
                  <snm>Gan</snm>
                  <fnm>RR</fnm>
               </au>
               <au>
                  <snm>Hung</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Date</snm>
                  <fnm>SV</fnm>
               </au>
               <au>
                  <snm>Marcotte</snm>
                  <fnm>E</fnm>
               </au>
               <au>
                  <snm>Hood</snm>
                  <fnm>L</fnm>
               </au>
               <au>
                  <snm>Ng</snm>
                  <fnm>WV</fnm>
               </au>
            </aug>
            <source>Genome Res</source>
            <pubdate>2004</pubdate>
            <volume>14</volume>
            <fpage>2221</fpage>
            <lpage>2224</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1101/gr.2700304</pubid>
                  <pubid idtype="pmcid">525680</pubid>
                  <pubid idtype="pmpid" link="fulltext">15520287</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
      </refgrp>
   </bm>
</art>

