<?xml version='1.0'?>
<!DOCTYPE art SYSTEM 'http://www.biomedcentral.com/xml/article.dtd'>
<art>
   <ui>1471-2105-8-344</ui>
   <ji>1471-2105</ji>
   <fm>
      <dochead>Software</dochead>
      <bibl>
         <title>
            <p>Lightweight genome viewer: portable software for browsing genomics data in its chromosomal context</p>
         </title>
         <aug>
            <au id="A1">
               <snm>Faith</snm>
               <mi>J</mi>
               <fnm>Jeremiah</fnm>
               <insr iid="I1"/>
               <email>faith@bu.edu</email>
            </au>
            <au id="A2">
               <snm>Olson</snm>
               <mi>J</mi>
               <fnm>Andrew</fnm>
               <insr iid="I2"/>
               <email>olson@cshl.edu</email>
            </au>
            <au id="A3">
               <snm>Gardner</snm>
               <mi>S</mi>
               <fnm>Timothy</fnm>
               <insr iid="I3"/>
               <email>tgardner@bu.edu</email>
            </au>
            <au id="A4" ca="yes">
               <snm>Sachidanandam</snm>
               <fnm>Ravi</fnm>
               <insr iid="I2"/>
               <email>sachidan@cshl.edu</email>
            </au>
         </aug>
         <insg>
            <ins id="I1">
               <p>Bioinformatics Program, Boston University, USA</p>
            </ins>
            <ins id="I2">
               <p>Cold Spring Harbor Laboratory, USA</p>
            </ins>
            <ins id="I3">
               <p>Department of Biomedical Engineering, Boston University, USA</p>
            </ins>
         </insg>
         <source>BMC Bioinformatics</source>
         <issn>1471-2105</issn>
         <pubdate>2007</pubdate>
         <volume>8</volume>
         <issue>1</issue>
         <fpage>344</fpage>
         <url>http://www.biomedcentral.com/1471-2105/8/344</url>
         <xrefbib>
            <pubidlist>
               <pubid idtype="pmpid">17877794</pubid>
               <pubid idtype="doi">10.1186/1471-2105-8-344</pubid>
            </pubidlist>
         </xrefbib>
      </bibl>
      <history>
         <rec>
            <date>
               <day>30</day>
               <month>4</month>
               <year>2007</year>
            </date>
         </rec>
         <acc>
            <date>
               <day>18</day>
               <month>9</month>
               <year>2007</year>
            </date>
         </acc>
         <pub>
            <date>
               <day>18</day>
               <month>9</month>
               <year>2007</year>
            </date>
         </pub>
      </history>
      <cpyrt>
         <year>2007</year>
         <collab>Faith 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>
            <sec>
               <st>
                  <p>Background</p>
               </st>
               <p>Lightweight genome viewer (lwgv) is a web-based tool for visualization of sequence annotations in their chromosomal context. It performs most of the functions of larger genome browsers, while relying on standard flat-file formats and bypassing the database needs of most visualization tools. Visualization as an aide to discovery requires display of novel data in conjunction with static annotations in their chromosomal context. With database-based systems, displaying dynamic results requires temporary tables that need to be tracked for removal.</p>
            </sec>
            <sec>
               <st>
                  <p>Results</p>
               </st>
               <p>lwgv simplifies the visualization of user-generated results on a local computer. The dynamic results of these analyses are written to transient files, which can import static content from a more permanent file. lwgv is currently used in many different applications, from whole genome browsers to single-gene RNAi design visualization, demonstrating its applicability in a large variety of contexts and scales.</p>
            </sec>
            <sec>
               <st>
                  <p>Conclusion</p>
               </st>
               <p>lwgv provides a lightweight alternative to large genome browsers for visualizing biological annotations and dynamic analyses in their chromosomal context. It is particularly suited for applications ranging from short sequences to medium-sized genomes when the creation and maintenance of a large software and database infrastructure is not necessary or desired.</p>
            </sec>
         </sec>
      </abs>
   </fm>
   <meta>
      <classifications>
         <classification type="bmc" subtype="user_supplied_xml" id="endnote"/>
      </classifications>
   </meta>
   <bdy>
      <sec>
         <st>
            <p>Background</p>
         </st>
         <p>Genome browsers are the primary tools for the visualization of raw genomic sequence data and annotations. Typically, these software systems are web-based and present an image with "tracks" of information that describe the underlying genome sequence. The tracks include features such as SNPs, ESTs, linkage-disequilibrium, and splice variants. Navigation through these annotations is done by zooming and scrolling along the track and the underlying sequence information.</p>
         <p>Initially, most organisms with complete genomes had their own custom-built genome browser software <abbrgrp><abbr bid="B1">1</abbr><abbr bid="B2">2</abbr><abbr bid="B3">3</abbr></abbrgrp>. More recently, there has been a push towards feature-rich species-generic genome browsers that can be reused for new genomes. The result is a small number of high quality genome browsers that are used across many species <abbrgrp><abbr bid="B3">3</abbr><abbr bid="B4">4</abbr><abbr bid="B5">5</abbr><abbr bid="B6">6</abbr><abbr bid="B7">7</abbr></abbrgrp>. All of these browsers use a large set of annotations, which are input into a relational database. A collection of scripts then read the information for the genome region a user wants to view and presents the annotations corresponding to that region.</p>
         <p>The large software systems used by genome browsers often require specialized knowledge for installation and maintenance. The requirement of a relational database complicates the genome browsers' applicability in dynamic contexts that change frequently. In addition, running a full-fledged genome browser on a personal computer is not trivial.</p>
         <p>Here we present <it>lightweight genome viewer </it>(lwgv), a genomic sequence annotation visualizer that requires only a single text file and executable to run. This simplicity and independence from a database backend facilitates the dynamic creation of genome views based on user-chosen analyses. lwgv allows "include" files, which provide an object-oriented, plug-n-play, architecture for managing tracks and building text files for more complex viewer applications. We have successfully used lwgv to visualize RNAi oligos on their corresponding genes <abbrgrp><abbr bid="B8">8</abbr></abbrgrp>, to present a linkage disequilibrium map of chromosome 19 <abbrgrp><abbr bid="B9">9</abbr></abbrgrp>, and to display feature annotations for the GeneSeer <abbrgrp><abbr bid="B10">10</abbr></abbrgrp>. We also present a new application of lwgv to dynamically visualize changes in gene expression along a genome using any combination of the over 500 prokaryotic microarrays available in the <it>Many Microbe Microarrays Database </it>(M<sup>3D</sup>). lwgv is an ideal tool for the presentation of dynamic analyses and sequence annotations without resorting to the creation and maintenance of a large database and software infrastructure.</p>
      </sec>
      <sec>
         <st>
            <p>Implementation</p>
         </st>
         <p>lwgv runs as a web-based CGI program. Genome features are represented as color-coded tracks on a web browser, and detailed information about each feature can be shown by "mousing-over" them (Figure <figr fid="F1">1</figr>). These features are described in a text-file written in a simple descriptive language. In addition, we offer translators that accept standard annotation formats including BED, WIG, PSL, GFF, and GenBank. Each track, or feature within a track, can have its own unique color, and features across tracks can have lines connecting them to show, for example, the boundaries of homologous sequences across two species or to compare alternative splice sites (Figure <figr fid="F2">2</figr>). In addition to tracks, the sequence viewer can represent numerical information along a genome using line plots, smooth line plots (using cubic splines), or histograms. Basic properties like image width, track height, and navigation buttons are all configurable. Commonly used feature sets and configuration parameters can be stored in separate files and included into an annotation file with an "#include" statement to prevent regenerating the same features in contexts where only part of the analysis data is dynamic.</p>
         <fig id="F1">
            <title>
               <p>Figure 1</p>
            </title>
            <caption>
               <p>A screenshot of the results from a siRNA design visualization demonstrates how lwgv represents sequence features on tracks</p>
            </caption>
            <text>
               <p>A screenshot of the results from a siRNA design visualization demonstrates how lwgv represents sequence features on tracks. In this case, the features of interest are the coding sequence (CDS) of the gene being used for RNAi and the location of the designed oligos on that CDS. lwgv also allows the sequence itself to be displayed and colored according to the information in the track.</p>
            </text>
            <graphic file="1471-2105-8-344-1"/>
         </fig>
         <fig id="F2">
            <title>
               <p>Figure 2</p>
            </title>
            <caption>
               <p>Example of the trackCorrelate function to help visualize splice variants</p>
            </caption>
            <text>
               <p>Example of the trackCorrelate function to help visualize splice variants. RefSeq and other mRNAs from the human gene BRCA1 are shown aligned to the genome (a) and after compressing introns (b). After compression, it is much easier to see the different isoforms and, for example, discover that mRNAs BC072418.1 and AF005068.1 are not represented among the RefSeqs.</p>
            </text>
            <graphic file="1471-2105-8-344-2"/>
         </fig>
      </sec>
      <sec>
         <st>
            <p>Results and discussion</p>
         </st>
         <sec>
            <st>
               <p>lwgv as a traditional genome browser</p>
            </st>
            <p>Although lwgv is not as feature rich as database-driven genome browsers, it is sufficiently fast to be used in place of a genome browser in many contexts where the number of tracks and features is not too large (e.g. less than 10 tracks with less than 10000 features each). For example, lwgv was used to display a linkage disequilibrium map of human chromosome 19 <abbrgrp><abbr bid="B9">9</abbr><abbr bid="B11">11</abbr></abbrgrp>. lwgv is a good replacement for traditional genome browsers when quick setup is needed and the visualization demands require only simple tracks and graphs. Larger software packages, such as the UCSC Genome Browser <abbrgrp><abbr bid="B12">12</abbr></abbrgrp>, should be used when more advanced browsing features are needed (e.g. expandable tracks, the ability to dynamically add/remove tracks, and the ability to navigate large genomes by clicking on regions of a chromosome image).</p>
         </sec>
         <sec>
            <st>
               <p>lwgv as a short sequence viewer</p>
            </st>
            <p>Most software applications for visualizing short DNA sequences are standalone-applications that are only available commercially or are devoted to a specific task such as restriction enzyme digestion <abbrgrp><abbr bid="B13">13</abbr></abbrgrp>. lwgv is well suited for visualizing annotations of short stretches of DNA. For example, we use lwgv to show the location of the RNAi knockdown clones from the Hannon-Elledge shRNA libraries <abbrgrp><abbr bid="B8">8</abbr><abbr bid="B14">14</abbr></abbrgrp>. For this task, it is only necessary to show individual genes and the location of each shRNA designed for those genes. With lwgv, this task can be done by reading the available shRNAs for a particular gene from the database of all shRNAs and generating the corresponding annotations such as exon boundaries and shRNA binding sites into a temporary file to be read by lwgv. This dynamic approach allows one to update the shRNA database without having to sync a second database for a genome viewer.</p>
            <p>lwgv is particularly well suited to dynamically display a user's analysis of a particular region of DNA. We previously developed a web application where biologists can design their own RNAi oligos <abbrgrp><abbr bid="B15">15</abbr></abbrgrp>. lwgv provides a simple way to show the locations of the RNAi oligo designs on the user's sequence (Figure <figr fid="F1">1</figr>). For traditional genome browsers, this would require either generating (and subsequently deleting) a new database or table for each user or developing a lot of workaround code to allow the genome browser to operate from a database that has many discontinuous sequences from different species. With lwgv, the user's sequence can be visualized by generating the appropriate temporary file with their sequence and the location of the siRNA oligos on their sequence. These temporary files can be deleted when they are past a pre-determined expiration date.</p>
         </sec>
         <sec>
            <st>
               <p>lwgv as a dynamic microarray analysis tool</p>
            </st>
            <p>Common microarray analysis procedures yield lists of genes, whose expression changes significantly in response to an environmental or genetic perturbation. The functional role for most of these expression changes is typically unknown, and the often-large number of changed genes hinders human interpretation of their role. In many species, genes with similar functional roles often exhibit chromosomal proximity and therefore operate as a co-expressed module, even when part of distinct operons and transcription units <abbrgrp><abbr bid="B16">16</abbr><abbr bid="B17">17</abbr></abbrgrp>. To facilitate the sharing, discovery, and analysis of expression data in a genome localization context, we created an lwgv application where users can dynamically choose any two sets of microarray experiments in M<sup>3D </sup>and view gene expression changes in their chromosomal context (Figure <figr fid="F3">3</figr>). M<sup>3D </sup>includes Affymetrix microarray compendia for multiple microbes including <it>S. oneidensis</it>, <it>E. coli</it>, and <it>S. cerevisiae</it>, and it also provides visualization and data download tools <abbrgrp><abbr bid="B18">18</abbr><abbr bid="B19">19</abbr></abbrgrp>. lwgv is also packaged with a script that allows any expression data in the commonly used GPR format to be visualized in a genome context.</p>
            <fig id="F3">
               <title>
                  <p>Figure 3</p>
               </title>
               <caption>
                  <p>lwgv is used with the <it>Many Microbe Microarrays Database </it>to allow users to dynamically display expression changes in their chromosomal context</p>
               </caption>
               <text>
                  <p>lwgv is used with the <it>Many Microbe Microarrays Database </it>to allow users to dynamically display expression changes in their chromosomal context. In this example, significant expression changes between <it>E. coli </it>cells grown in rich media and <it>E. coli </it>cells grown in rich media with norfloxacin antibiotic are shown with lwgv. In this chromosomal context, it is immediately clear that several large regions of the genome have significantly changed expression levels between these two conditions. For example, over 28 consecutive genes and intergenic regions related to flagella have a significant fold change (track <it>grp fold)</it>. These significantly changed genes are displayed on track <it>sig fold</it>.</p>
               </text>
               <graphic file="1471-2105-8-344-3"/>
            </fig>
         </sec>
      </sec>
      <sec>
         <st>
            <p>Conclusion</p>
         </st>
         <p>lwgv is a lightweight genome browser that can be used in small-scale projects and individual labs. Scientists and laboratories with little computing infrastructure can use lwgv since it does not require databases or other software.</p>
      </sec>
      <sec>
         <st>
            <p>Availability and requirements</p>
         </st>
         <p>lwgv is distributed under the GPL license.</p>
         <p><b>Project name: </b>lwgv</p>
         <p>
            <b>Project homepage: </b>
            <url>http://lwgv.sourceforge.net</url>
         </p>
         <p><b>Operating systems: </b>linux and mac os x</p>
         <p><b>Programming languages: </b>C</p>
         <p><b>Other requirements: </b>apache, cgic, gd graphics library, lex (flex), yacc (bison)</p>
         <p><b>Any restrictions to use by non-academics: </b>none</p>
         <p>lwgv is distributed as a source code tarball and installs with the standard unix "./configure" and "make" commands. Details about installing lwgv, writing tracks, and customizing the output can be found in the manual and README files distributed with the software.</p>
      </sec>
      <sec>
         <st>
            <p>Competing interests</p>
         </st>
         <p>The author(s) declares that there are no competing interests.</p>
      </sec>
      <sec>
         <st>
            <p>Authors' contributions</p>
         </st>
         <p>JJF and RS developed the initial source code. AO wrote parsers for converting other genome browser annotations into the lwgv format. All authors contributed bug fixes and minor additions to the software. All authors contributed to writing the manuscript. All authors read and approved the final manuscript.</p>
      </sec>
   </bdy>
   <bm>
      <ack>
         <sec>
            <st>
               <p>Acknowledgements</p>
            </st>
            <p>Manufacturers of America Foundation, the United States Department of Energy Office of Science (BER) grant number DE-FG02-04ER63803, the Whitaker Foundation, and the DART Neurogenomic Alliance at CSHL.</p>
         </sec>
      </ack>
      <refgrp>
         <bibl id="B1">
            <title>
               <p>FlyBase--the Drosophila database. The FlyBase Consortium</p>
            </title>
            <aug>
               <au>
                  <snm>Consortium</snm>
                  <fnm>TFB</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>1994</pubdate>
            <volume>22</volume>
            <issue>17</issue>
            <fpage>3456</fpage>
            <lpage>3458</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">308301</pubid>
                  <pubid idtype="pmpid" link="fulltext">7937045</pubid>
                  <pubid idtype="doi">10.1093/nar/22.17.3456</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B2">
            <title>
               <p>WormBase: network access to the genome and biology of Caenorhabditis elegans</p>
            </title>
            <aug>
               <au>
                  <snm>Stein</snm>
                  <fnm>L</fnm>
               </au>
               <au>
                  <snm>Sternberg</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Durbin</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Thierry-Mieg</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Spieth</snm>
                  <fnm>J</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2001</pubdate>
            <volume>29</volume>
            <issue>1</issue>
            <fpage>82</fpage>
            <lpage>86</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">29781</pubid>
                  <pubid idtype="pmpid" link="fulltext">11125056</pubid>
                  <pubid idtype="doi">10.1093/nar/29.1.82</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B3">
            <title>
               <p>The generic genome browser: a building block for a model organism system database</p>
            </title>
            <aug>
               <au>
                  <snm>Stein</snm>
                  <fnm>LD</fnm>
               </au>
               <au>
                  <snm>Mungall</snm>
                  <fnm>C</fnm>
               </au>
               <au>
                  <snm>Shu</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Caudy</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Mangone</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Day</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Nickerson</snm>
                  <fnm>E</fnm>
               </au>
               <au>
                  <snm>Stajich</snm>
                  <fnm>JE</fnm>
               </au>
               <au>
                  <snm>Harris</snm>
                  <fnm>TW</fnm>
               </au>
               <au>
                  <snm>Arva</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Lewis</snm>
                  <fnm>S</fnm>
               </au>
            </aug>
            <source>Genome Res</source>
            <pubdate>2002</pubdate>
            <volume>12</volume>
            <issue>10</issue>
            <fpage>1599</fpage>
            <lpage>1610</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">187535</pubid>
                  <pubid idtype="pmpid" link="fulltext">12368253</pubid>
                  <pubid idtype="doi">10.1101/gr.403602</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B4">
            <title>
               <p>The UCSC Genome Browser Database: update 2006</p>
            </title>
            <aug>
               <au>
                  <snm>Hinrichs</snm>
                  <fnm>AS</fnm>
               </au>
               <au>
                  <snm>Karolchik</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Baertsch</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Barber</snm>
                  <fnm>GP</fnm>
               </au>
               <au>
                  <snm>Bejerano</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Clawson</snm>
                  <fnm>H</fnm>
               </au>
               <au>
                  <snm>Diekhans</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Furey</snm>
                  <fnm>TS</fnm>
               </au>
               <au>
                  <snm>Harte</snm>
                  <fnm>RA</fnm>
               </au>
               <au>
                  <snm>Hsu</snm>
                  <fnm>F</fnm>
               </au>
               <au>
                  <snm>Hillman-Jackson</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Kuhn</snm>
                  <fnm>RM</fnm>
               </au>
               <au>
                  <snm>Pedersen</snm>
                  <fnm>JS</fnm>
               </au>
               <au>
                  <snm>Pohl</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Raney</snm>
                  <fnm>BJ</fnm>
               </au>
               <au>
                  <snm>Rosenbloom</snm>
                  <fnm>KR</fnm>
               </au>
               <au>
                  <snm>Siepel</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Smith</snm>
                  <fnm>KE</fnm>
               </au>
               <au>
                  <snm>Sugnet</snm>
                  <fnm>CW</fnm>
               </au>
               <au>
                  <snm>Sultan-Qurraie</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Thomas</snm>
                  <fnm>DJ</fnm>
               </au>
               <au>
                  <snm>Trumbower</snm>
                  <fnm>H</fnm>
               </au>
               <au>
                  <snm>Weber</snm>
                  <fnm>RJ</fnm>
               </au>
               <au>
                  <snm>Weirauch</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Zweig</snm>
                  <fnm>AS</fnm>
               </au>
               <au>
                  <snm>Haussler</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Kent</snm>
                  <fnm>WJ</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2006</pubdate>
            <volume>34</volume>
            <issue>Database issue</issue>
            <fpage>D590</fpage>
            <lpage>8</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">1347506</pubid>
                  <pubid idtype="pmpid" link="fulltext">16381938</pubid>
                  <pubid idtype="doi">10.1093/nar/gkj144</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B5">
            <title>
               <p>Ensembl 2007</p>
            </title>
            <aug>
               <au>
                  <snm>Hubbard</snm>
                  <fnm>TJ</fnm>
               </au>
               <au>
                  <snm>Aken</snm>
                  <fnm>BL</fnm>
               </au>
               <au>
                  <snm>Beal</snm>
                  <fnm>K</fnm>
               </au>
               <au>
                  <snm>Ballester</snm>
                  <fnm>B</fnm>
               </au>
               <au>
                  <snm>Caccamo</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Chen</snm>
                  <fnm>Y</fnm>
               </au>
               <au>
                  <snm>Clarke</snm>
                  <fnm>L</fnm>
               </au>
               <au>
                  <snm>Coates</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Cunningham</snm>
                  <fnm>F</fnm>
               </au>
               <au>
                  <snm>Cutts</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Down</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Dyer</snm>
                  <fnm>SC</fnm>
               </au>
               <au>
                  <snm>Fitzgerald</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Fernandez-Banet</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Graf</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Haider</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Hammond</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Herrero</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Holland</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Howe</snm>
                  <fnm>K</fnm>
               </au>
               <au>
                  <snm>Howe</snm>
                  <fnm>K</fnm>
               </au>
               <au>
                  <snm>Johnson</snm>
                  <fnm>N</fnm>
               </au>
               <au>
                  <snm>Kahari</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Keefe</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Kokocinski</snm>
                  <fnm>F</fnm>
               </au>
               <au>
                  <snm>Kulesha</snm>
                  <fnm>E</fnm>
               </au>
               <au>
                  <snm>Lawson</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Longden</snm>
                  <fnm>I</fnm>
               </au>
               <au>
                  <snm>Melsopp</snm>
                  <fnm>C</fnm>
               </au>
               <au>
                  <snm>Megy</snm>
                  <fnm>K</fnm>
               </au>
               <au>
                  <snm>Meidl</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Ouverdin</snm>
                  <fnm>B</fnm>
               </au>
               <au>
                  <snm>Parker</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Prlic</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Rice</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Rios</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Schuster</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Sealy</snm>
                  <fnm>I</fnm>
               </au>
               <au>
                  <snm>Severin</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Slater</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Smedley</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Spudich</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Trevanion</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Vilella</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Vogel</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>White</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Wood</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Cox</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Curwen</snm>
                  <fnm>V</fnm>
               </au>
               <au>
                  <snm>Durbin</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Fernandez-Suarez</snm>
                  <fnm>XM</fnm>
               </au>
               <au>
                  <snm>Flicek</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Kasprzyk</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Proctor</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Searle</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Smith</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Ureta-Vidal</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Birney</snm>
                  <fnm>E</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2007</pubdate>
            <volume>35</volume>
            <issue>Database issue</issue>
            <fpage>D610</fpage>
            <lpage>7</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">1761443</pubid>
                  <pubid idtype="pmpid" link="fulltext">17148474</pubid>
                  <pubid idtype="doi">10.1093/nar/gkl996</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B6">
            <title>
               <p>Expansion of the BioCyc collection of pathway/genome databases to 160 genomes</p>
            </title>
            <aug>
               <au>
                  <snm>Karp</snm>
                  <fnm>PD</fnm>
               </au>
               <au>
                  <snm>Ouzounis</snm>
                  <fnm>CA</fnm>
               </au>
               <au>
                  <snm>Moore-Kochlacs</snm>
                  <fnm>C</fnm>
               </au>
               <au>
                  <snm>Goldovsky</snm>
                  <fnm>L</fnm>
               </au>
               <au>
                  <snm>Kaipa</snm>
                  <fnm>P</fnm>
               </au>
               <au>
                  <snm>Ahren</snm>
                  <fnm>D</fnm>
               </au>
               <au>
                  <snm>Tsoka</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Darzentas</snm>
                  <fnm>N</fnm>
               </au>
               <au>
                  <snm>Kunin</snm>
                  <fnm>V</fnm>
               </au>
               <au>
                  <snm>Lopez-Bigas</snm>
                  <fnm>N</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2005</pubdate>
            <volume>33</volume>
            <issue>19</issue>
            <fpage>6083</fpage>
            <lpage>6089</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">1266070</pubid>
                  <pubid idtype="pmpid" link="fulltext">16246909</pubid>
                  <pubid idtype="doi">10.1093/nar/gki892</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B7">
            <title>
               <p>The Comprehensive Microbial Resource</p>
            </title>
            <aug>
               <au>
                  <snm>Peterson</snm>
                  <fnm>JD</fnm>
               </au>
               <au>
                  <snm>Umayam</snm>
                  <fnm>LA</fnm>
               </au>
               <au>
                  <snm>Dickinson</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Hickey</snm>
                  <fnm>EK</fnm>
               </au>
               <au>
                  <snm>White</snm>
                  <fnm>O</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2001</pubdate>
            <volume>29</volume>
            <issue>1</issue>
            <fpage>123</fpage>
            <lpage>125</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">29848</pubid>
                  <pubid idtype="pmpid" link="fulltext">11125067</pubid>
                  <pubid idtype="doi">10.1093/nar/29.1.123</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B8">
            <title>
               <p>A resource for large-scale RNA-interference-based screens in mammals</p>
            </title>
            <aug>
               <au>
                  <snm>Paddison</snm>
                  <fnm>PJ</fnm>
               </au>
               <au>
                  <snm>Silva</snm>
                  <fnm>JM</fnm>
               </au>
               <au>
                  <snm>Conklin</snm>
                  <fnm>DS</fnm>
               </au>
               <au>
                  <snm>Schlabach</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Li</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Aruleba</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Balija</snm>
                  <fnm>V</fnm>
               </au>
               <au>
                  <snm>O'Shaughnessy</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Gnoj</snm>
                  <fnm>L</fnm>
               </au>
               <au>
                  <snm>Scobie</snm>
                  <fnm>K</fnm>
               </au>
               <au>
                  <snm>Chang</snm>
                  <fnm>K</fnm>
               </au>
               <au>
                  <snm>Westbrook</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Cleary</snm>
                  <fnm>M</fnm>
               </au>
               <au>
                  <snm>Sachidanandam</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>McCombie</snm>
                  <fnm>WR</fnm>
               </au>
               <au>
                  <snm>Elledge</snm>
                  <fnm>SJ</fnm>
               </au>
               <au>
                  <snm>Hannon</snm>
                  <fnm>GJ</fnm>
               </au>
            </aug>
            <source>Nature</source>
            <pubdate>2004</pubdate>
            <volume>428</volume>
            <issue>6981</issue>
            <fpage>427</fpage>
            <lpage>431</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1038/nature02370</pubid>
                  <pubid idtype="pmpid" link="fulltext">15042091</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B9">
            <title>
               <p>Chromosome-wide distribution of haplotype blocks and the role of recombination hot spots</p>
            </title>
            <aug>
               <au>
                  <snm>Phillips</snm>
                  <fnm>MS</fnm>
               </au>
               <au>
                  <snm>Lawrence</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Sachidanandam</snm>
                  <fnm>R</fnm>
               </au>
               <au>
                  <snm>Morris</snm>
                  <fnm>AP</fnm>
               </au>
               <au>
                  <snm>Balding</snm>
                  <fnm>DJ</fnm>
               </au>
               <au>
                  <snm>Donaldson</snm>
                  <fnm>MA</fnm>
               </au>
               <au>
                  <snm>Studebaker</snm>
                  <fnm>JF</fnm>
               </au>
               <au>
                  <snm>Ankener</snm>
                  <fnm>WM</fnm>
               </au>
               <au>
                  <snm>Alfisi</snm>
                  <fnm>SV</fnm>
               </au>
               <au>
                  <snm>Kuo</snm>
                  <fnm>FS</fnm>
               </au>
               <au>
                  <snm>Camisa</snm>
                  <fnm>AL</fnm>
               </au>
               <au>
                  <snm>Pazorov</snm>
                  <fnm>V</fnm>
               </au>
               <au>
                  <snm>Scott</snm>
                  <fnm>KE</fnm>
               </au>
               <au>
                  <snm>Carey</snm>
                  <fnm>BJ</fnm>
               </au>
               <au>
                  <snm>Faith</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Katari</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Bhatti</snm>
                  <fnm>HA</fnm>
               </au>
               <au>
                  <snm>Cyr</snm>
                  <fnm>JM</fnm>
               </au>
               <au>
                  <snm>Derohannessian</snm>
                  <fnm>V</fnm>
               </au>
               <au>
                  <snm>Elosua</snm>
                  <fnm>C</fnm>
               </au>
               <au>
                  <snm>Forman</snm>
                  <fnm>AM</fnm>
               </au>
               <au>
                  <snm>Grecco</snm>
                  <fnm>NM</fnm>
               </au>
               <au>
                  <snm>Hock</snm>
                  <fnm>CR</fnm>
               </au>
               <au>
                  <snm>Kuebler</snm>
                  <fnm>JM</fnm>
               </au>
               <au>
                  <snm>Lathrop</snm>
                  <fnm>JA</fnm>
               </au>
               <au>
                  <snm>Mockler</snm>
                  <fnm>MA</fnm>
               </au>
               <au>
                  <snm>Nachtman</snm>
                  <fnm>EP</fnm>
               </au>
               <au>
                  <snm>Restine</snm>
                  <fnm>SL</fnm>
               </au>
               <au>
                  <snm>Varde</snm>
                  <fnm>SA</fnm>
               </au>
               <au>
                  <snm>Hozza</snm>
                  <fnm>MJ</fnm>
               </au>
               <au>
                  <snm>Gelfand</snm>
                  <fnm>CA</fnm>
               </au>
               <au>
                  <snm>Broxholme</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Abecasis</snm>
                  <fnm>GR</fnm>
               </au>
               <au>
                  <snm>Boyce-Jacino</snm>
                  <fnm>MT</fnm>
               </au>
               <au>
                  <snm>Cardon</snm>
                  <fnm>LR</fnm>
               </au>
            </aug>
            <source>Nat Genet</source>
            <pubdate>2003</pubdate>
            <volume>33</volume>
            <issue>3</issue>
            <fpage>382</fpage>
            <lpage>387</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1038/ng1100</pubid>
                  <pubid idtype="pmpid" link="fulltext">12590262</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B10">
            <title>
               <p>GeneSeer: a sage for gene names and genomic resources</p>
            </title>
            <aug>
               <au>
                  <snm>Olson</snm>
                  <fnm>AJ</fnm>
               </au>
               <au>
                  <snm>Tully</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Sachidanandam</snm>
                  <fnm>R</fnm>
               </au>
            </aug>
            <source>BMC Genomics</source>
            <pubdate>2005</pubdate>
            <volume>6</volume>
            <fpage>134</fpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">1266031</pubid>
                  <pubid idtype="pmpid" link="fulltext">16176584</pubid>
                  <pubid idtype="doi">10.1186/1471-2164-6-134</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B11">
            <title>
               <p>Chromosome 19 Linkage Map</p>
            </title>
            <url>http://katahdin.cshl.org:9331/chr19/</url>
         </bibl>
         <bibl id="B12">
            <title>
               <p>UCSC Genome Browser</p>
            </title>
            <url>http://hgdownload.cse.ucsc.edu/downloads.html</url>
         </bibl>
         <bibl id="B13">
            <title>
               <p>NEBcutter: A program to cleave DNA with restriction enzymes</p>
            </title>
            <aug>
               <au>
                  <snm>Vincze</snm>
                  <fnm>T</fnm>
               </au>
               <au>
                  <snm>Posfai</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Roberts</snm>
                  <fnm>RJ</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2003</pubdate>
            <volume>31</volume>
            <issue>13</issue>
            <fpage>3688</fpage>
            <lpage>3691</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">168933</pubid>
                  <pubid idtype="pmpid" link="fulltext">12824395</pubid>
                  <pubid idtype="doi">10.1093/nar/gkg526</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B14">
            <title>
               <p>RNAi Codex: a portal/database for short-hairpin RNA (shRNA) gene-silencing constructs</p>
            </title>
            <aug>
               <au>
                  <snm>Olson</snm>
                  <fnm>A</fnm>
               </au>
               <au>
                  <snm>Sheth</snm>
                  <fnm>N</fnm>
               </au>
               <au>
                  <snm>Lee</snm>
                  <fnm>JS</fnm>
               </au>
               <au>
                  <snm>Hannon</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Sachidanandam</snm>
                  <fnm>R</fnm>
               </au>
            </aug>
            <source>Nucleic Acids Res</source>
            <pubdate>2006</pubdate>
            <volume>34</volume>
            <issue>Database issue</issue>
            <fpage>D153</fpage>
            <lpage>7</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">1347414</pubid>
                  <pubid idtype="pmpid" link="fulltext">16381835</pubid>
                  <pubid idtype="doi">10.1093/nar/gkj051</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B15">
            <title>
               <p>RNAi Central</p>
            </title>
            <url>http://katahdin.cshl.org:9331/homepage/siRNA/RNAi.cgi?type=shRNA</url>
         </bibl>
         <bibl id="B16">
            <title>
               <p>A computational analysis of whole-genome expression data reveals chromosomal domains of gene expression</p>
            </title>
            <aug>
               <au>
                  <snm>Cohen</snm>
                  <fnm>BA</fnm>
               </au>
               <au>
                  <snm>Mitra</snm>
                  <fnm>RD</fnm>
               </au>
               <au>
                  <snm>Hughes</snm>
                  <fnm>JD</fnm>
               </au>
               <au>
                  <snm>Church</snm>
                  <fnm>GM</fnm>
               </au>
            </aug>
            <source>Nat Genet</source>
            <pubdate>2000</pubdate>
            <volume>26</volume>
            <issue>2</issue>
            <fpage>183</fpage>
            <lpage>186</lpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="doi">10.1038/79896</pubid>
                  <pubid idtype="pmpid" link="fulltext">11017073</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B17">
            <title>
               <p>Evidence for large domains of similarly expressed genes in the Drosophila genome</p>
            </title>
            <aug>
               <au>
                  <snm>Spellman</snm>
                  <fnm>PT</fnm>
               </au>
               <au>
                  <snm>Rubin</snm>
                  <fnm>GM</fnm>
               </au>
            </aug>
            <source>J Biol</source>
            <pubdate>2002</pubdate>
            <volume>1</volume>
            <issue>1</issue>
            <fpage>5</fpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">117248</pubid>
                  <pubid idtype="pmpid" link="fulltext">12144710</pubid>
                  <pubid idtype="doi">10.1186/1475-4924-1-5</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
         <bibl id="B18">
            <title>
               <p>Many Microbe Microarrays Database</p>
            </title>
            <url>http://m3d.bu.edu/</url>
         </bibl>
         <bibl id="B19">
            <title>
               <p>Large-Scale Mapping and Validation of Escherichia coli Transcriptional Regulation from a Compendium of Expression Profiles</p>
            </title>
            <aug>
               <au>
                  <snm>Faith</snm>
                  <fnm>JJ</fnm>
               </au>
               <au>
                  <snm>Hayete</snm>
                  <fnm>B</fnm>
               </au>
               <au>
                  <snm>Thaden</snm>
                  <fnm>JT</fnm>
               </au>
               <au>
                  <snm>Mogno</snm>
                  <fnm>I</fnm>
               </au>
               <au>
                  <snm>Wierzbowski</snm>
                  <fnm>J</fnm>
               </au>
               <au>
                  <snm>Cottarel</snm>
                  <fnm>G</fnm>
               </au>
               <au>
                  <snm>Kasif</snm>
                  <fnm>S</fnm>
               </au>
               <au>
                  <snm>Collins</snm>
                  <fnm>JJ</fnm>
               </au>
               <au>
                  <snm>Gardner</snm>
                  <fnm>TS</fnm>
               </au>
            </aug>
            <source>PLoS Biol</source>
            <pubdate>2007</pubdate>
            <volume>5</volume>
            <issue>1</issue>
            <fpage>e8</fpage>
            <xrefbib>
               <pubidlist>
                  <pubid idtype="pmcid">1764438</pubid>
                  <pubid idtype="pmpid" link="fulltext">17214507</pubid>
                  <pubid idtype="doi">10.1371/journal.pbio.0050008</pubid>
               </pubidlist>
            </xrefbib>
         </bibl>
      </refgrp>
   </bm>
</art>
