Skip to main content

IView: introgression library visualization and query tool

Abstract

Background

An introgression library is a family of near-isogenic lines in a common genetic background, each of which carries one or more genomic regions contributed by a donor genome. Near-isogenic lines are powerful genetic resources for the analysis of phenotypic variation and are important for map-base cloning genes underlying mutations and traits. With many thousands of distinct genotypes, querying introgression libraries for lines of interest is an issue.

Results

We have created IView, a tool to graphically display and query near-isogenic line libraries for specific introgressions. This tool incorporates a web interface for displaying the location and extent of introgressions. Each genetic marker is associated with a position on a reference map. Users can search for introgressions using marker names, or chromosome number and map positions. This search results in a display of lines carrying an introgression at the specified position. Upon selecting one of the lines, color-coded introgressions on all chromosomes of the line are displayed graphically.

The source code for IView can be downloaded from http://xrl.us/iview.

Conclusions

IView will be useful for those wanting to make introgression data from their stock of germplasm searchable.

Background

Near isogenic lines (NILs) are lines derived from a particular parental line (i.e. the recurrent parent) that carry genomic regions of another line (i.e. the donor parent). An introgression library is a family of NILs with common recurrent and donor parents. The NILs are created by crossing the donor and recurrent parents, and backcrossing the F1 and subsequent generations with the recurrent parent, thereby reducing the amount of donor genome in each generation. The resulting offspring are then self-pollinated several generations to produce the NILs. The genomes of the NILs are primarily that of the recurrent parent, with one or more regions of the genome originating from the donor parent genome (i.e. introgressions). Each NIL in a family will contain different combinations of introgressions.

Introgression libraries are useful for testing the phenotypic effects of donor introgressions and as the starting material for map-based cloning populations. Since NILs are genetically similar to the recurrent parent except for the genomic region of interest, they can be used to test the phenotypic effects of the donor region. Fine mapping studies are initiated by choosing a NIL with the smallest introgression surrounding a given region of the genome. Being able to quickly query an introgression library for introgressions of interest facilitates their use in genetic studies.

Implementation

IView is a Perl-based web application. Prior to setting up the web interface, users provide input files that allow determining introgressions. Data are stored in a MySQL database. Template Toolkit templates are used for the web pages. IView is currently configured to run using the "Plack" server that is automatically installed along with the source code. IView has been tested and works well on 64-bit Debian Lenny Linux.

Installation

Installation on Debian Linux

A Debian Linux-specific installation bash script can be downloaded from http://xrl.us/iviewdebbsh. This script can be used to install everything that is needed to run IView. If you do not have super-user privileges, then contact the system administrator to ensure that the following packages are installed: mysql-server-5.0, make, gcc, and libgd2-xpm-dev. Otherwise, the installation script will ask for the “sudo“ password so that it can install these automatically.

To use the installation script, first open a terminal window. To do so, click on "Applications", then "Accessories", and then "Terminal". Please remember that Linux is case sensitive. Type the following commands, pressing <ENTER> after each one (commands are in the font Courier New).

wget http://xrl.us/iviewdebbsh

chmod u+x iview-deb.bsh

./iview-deb.bsh

The script will install the MySQL relational database management system, if it is not already installed. During installation of MySQL, a window will open that will request that you create a password for the MySQL root user. Note that this is distinct from the system root. Enter the password that you wish to create and then press <ENTER>. As is usual when creating passwords, you will then be asked to re-enter the new password. After entering it again, press <ENTER>. Please keep track of this password, as it will be needed later.

For all other questions that occur during installation, the user can choose to accept the defaults by simply pressing <ENTER>.

This command will start installation of multiple programs and takes about twenty minutes.

Setting up the program with the sample data set

These instructions should work equally well for users wanting to view their own introgression data. These instructions pick up at the end of the installation instructions. As part of the installation process, the directory “IView” should have been created. To change to this directory and run the sample, type the following two commands, pressing <ENTER> after each one:

cd IView

perl setup_site.pl sample.cfg

This last command processes a sample dataset. You will be asked for the MySQL root password (that you created earlier) so that a dummy user can be created for accessing the sample database.

To start the web server, type the following commands, pressing <ENTER> after each one:

cd cgi-bin

plackup sample.psgi

Now, please minimize the terminal window, since it is now tied up by output from the web server. When you need to stop the web server, click in this terminal window and press the <Ctrl> key at the same time as the <C> key.

Now open another terminal and type the following and then press <ENTER>:

firefox http://localhost:5000/sample

A web browser should now open to the IView search page, similar to Figure 1.

Figure 1
figure 1

Initial Search Page. Queries identify NILs having (or not having) specified donor regions in the genome. Regions can be defined by marker names or by chromosome numbers and map positions corresponding to those of the reference map. This example uses the current maize nested association map[12] as the reference map.

Type " PZA00832.1" in the first "Include" box and press <ENTER>.

You should now see a page similar to the one shown in Figure 2. Click on one of the lines listed to see a NIL Introgression Summary page, similar to the one shown in Figure 3. Scroll down for the legend.

Figure 2
figure 2

Query Results. Links for each of the NILs matching the query result are shown. Each link leads to a NIL Introgression Summary page.

Figure 3
figure 3

NIL Introgression Summary. Introgression information for a NIL is displayed by graphically and in a table.

Input files

Processing and viewing data with IView requires generating several input files beforehand: a reference map file, relationships file, a raw data file, and a configuration file. We cannot overemphasize the need to format these files correctly. If you encounter any difficulties with preparing these files or running IView, please do not hesitate to contact us.

reference map file

A reference genetic map provides a common framework within which to compare single nucleotide polymorphism (SNP) data. Reference map data include the SNP name, the chromosome on which it is located, and the genetic position on the chromosome. In Table 1 is a representation of the first few lines of a reference map file. This is a tab-delimited file with the following columns: marker name, chromosome number, and marker position. The headers should not be included, but are only included in Table 1 to help clarify what each column represents.

Table 1 Representation of a reference map file

relationships file

The first line contains headers and the remaining lines contain tab-delimited fields in the following order: sample id, sample name, group name, recurrent parent, donor parent, sample id for a sample that this is a replicate of, sample id for the F1 of the recurrent and donor parents. If any of the last four fields are not applicable, they can be left blank. However, being blank when they are applicable will result in failure of the program to analyze the data properly. See Table 2 for a representation of this file.

Table 2 Representation of a relationships file

raw-data file

This file contains data in a matrix format in which rows represent genotypes at individual markers and columns represent each sample. The file has up to four parts, the last three of which are relevant to processing data with IView:

  1. (1)

    Header section. The beginning of the file can be any text as long as it does not contain the string "[Data]".

  2. (2)

    End of Header indicator. The line just before the sample IDs must contain the text "[Data]".

  3. (3)

    Sample ID line. This line contains a tab character followed by tab-delimited sample IDs. These sample IDs correspond to columns of data in the subsequent lines. Sample IDs in this line must be represented in the relationships file in order to be processed.

  4. (4)

    The remaining lines contain the name of the marker in the first field and data in the remaining fields.

See Table 3 for a representation of this file.

Table 3 Representation of a raw-data file

configuration file

See Table 4 for an example configuration file with explanations. The configuration file is arranged as name/value pairs separated by whitespace (tabs and/or spaces).

Table 4 Sample configuration file.

Results and discussion

GBrowse [1] and Ensembl [2] are two of the most popular web-based genome browsers available. After considering these browsers, we decided to create a tool that required less configuration and initial setup for uses specific for displaying introgression lines. Another program related to our problem domain is CSSL Finder, a desktop application for managing introgression data.[3] Unlike IView, it is dependent on Microsoft Excel and is not readily configured for displaying its data on the web.

In comparison with the genome- browsers, IView can easily be installed and used by biologists with minimal computer skills (see Installation section). Our testing volunteer, who has no experience using or installing Perl programs, successfully installed and used IView.

Before being able to display introgression data, introgressions must be determined. Given SNP genotype data for recurrent, donor, and NIL lines, IView can be used to determine the locations of introgressions.

Introgressions can be displayed and queried via IView’s web interface, which comprises three web-pages. First is the initial search page that allows the user to identify NILs that have, or that lack, introgressions in specific locations (Figure 1). On the initial search page, there are two sets of search boxes: one for searching by marker names and the other for searching by chromosome name and reference map position. Next, the Query Results page displays all of the lines matching the query (Figure 2), and allows the user to choose a specific NIL. After choosing a specific NIL, the NIL Introgression Summary page summarizes all of the introgressions in the chosen line, both graphically and in tabular form (Figure 3).

So far, IView has only been used in-house for displaying and querying Teosinte introgressions in maize NILs. We look forward to seeing it used for introgression lines in others species as well.

Conclusions

We have found this tool useful in our own work and expect it to be useful to others working with near-isogenic introgression lines.

Availability and requirements

Project name: IView: Introgression library and visualization tool

Project home page:http://sourceforge.net/projects/iviewer/

Operating system(s): Debian Linux

Programming language: Perl

Other requirements:

GD Graphics Library[4]

MySQL[5]

Major Perl module dependencies (will be automatically installed, if needed)

CGI::Application[6]

CGI::Application::Plugin::TT[7]

File::Slurp[8]

GD[9]

Template[10]

Plack[11]

License: Perl license

Abbreviations

CGI:

common gateway interface

NIL:

near-isogenic line

SNP:

single nucleotide polymorphism.

References

  1. Stein LD, Mungall C, Shu S, Caudy M, Mangone M, Day A, Nickerson E, Stajich JE, Harris TW, Arva A, Lewis S: The generic genome browser: a building block for a model organism system database. Genome Res 2002, 12(10):1599–1610. 10.1101/gr.403602

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  2. Hubbard TJ, Aken BL, Beal K, Ballester B, Caccamo M, Chen Y, Clarke L, Coates G, Cunningham F, Cutts T, Down T, Dyer SC, Fitzgerald S, Fernandez-Banet J, Graf S, Haider S, Hammond M, Herrero J, Holland R, Howe K, Johnson N, Kahari A, Keefe D, Kokocinski F, Kulesha E, Lawson D, Longden I, Melsopp C, Megy K, Meidl P, Ouverdin B, Parker A, Prlic A, Rice S, Rios D, Schuster M, Sealy I, Severin J, Slater G, Smedley D, Spudich G, Trevanion S, Vilella A, Vogel J, White S, Wood M, Cox T, Curwen V, Durbin R, Fernandez-Suarez XM, Flicek P, Kasprzyk A, Proctor G, Searle S, Smith J, Ureta-Vidal A, Birney E: Ensembl 2007. Nucleic Acids Res 2007, 35(Database issue):D610–617. 10.1093/nar/gkl996

    Article  PubMed Central  CAS  PubMed  Google Scholar 

  3. Lorieux M: CSSL Finder. [http://mapdisto.free.fr/CSSLFinder/]

  4. Thomas BoutellPJ: GD Library. [http://www.libgd.org]

  5. MySQL [http://www.mysql.com/]

  6. Erlbaum J, Stosberg M: CGI::Application. [http://search.cpan.org/dist/CGI-Application]

  7. Hek C: CGI::Application::Plugin::TT.[http://search.cpan.org/dist/CGI-Application-Plugin-TT]

  8. Guttman U, Rolsky D: File::Slurp.[http://search.cpan.org/dist/File-Slurp]

  9. Stein LD: GD (Perl Module).[http://search.cpan.org/dist/GD/]

  10. Wardley A: Template Toolkit.[http://search.cpan.org/dist/Template-Toolkit/]

  11. Miyagawa T: Plack.[http://search.cpan.org/dist/Plack]

  12. McMullen MD, Kresovich S, Villeda HS, Bradbury P, Li H, Sun Q, Flint-Garcia S, Thornsberry J, Acharya C, Bottoms C, Brown P, Browne C, Eller M, Guill K, Harjes C, Kroon D, Lepak N, Mitchell SE, Peterson B, Pressoir G, Romero S, Oropeza Rosas M, Salvo S, Yates H, Hanson M, Jones E, Smith S, Glaubitz JC, Goodman M, Ware D, Holland JB, Buckler ES: Genetic properties of the maize nested association mapping population. Science 2009, 325: 737–740. 10.1126/science.1174320

    Article  CAS  PubMed  Google Scholar 

Download references

Acknowledgements

This project was supported by National Science Foundation Plant Genome Program Grant DBI-0820619 and funds from USDA-ARS to SFG and MDM.

We would like to thank Marcella Bottoms for testing our software.

This article has been published as part of BMC Bioinformatics Volume 11 Supplement 6, 2010: Proceedings of the Seventh Annual MCBIOS Conference. Bioinformatics: Systems, Biology, Informatics and Computation. The full contents of the supplement are available online at http://www.biomedcentral.com/1471-2105/11?issue=S6.

Author information

Authors and Affiliations

Authors

Additional information

Competing interests

The author declare that they have no competing interests.

Authors' contributions

CAB contributed to design, performed programming, and prepared the manuscript. SFG contributed design ideas for the program. MDM contributed design ideas and supervised the project. All authors have read and approved the final version of the manuscript.

Rights and permissions

This article is published under license to BioMed Central Ltd. This is an open access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Bottoms, C.A., Flint-Garcia, S. & McMullen, M.D. IView: introgression library visualization and query tool. BMC Bioinformatics 11 (Suppl 6), S28 (2010). https://doi.org/10.1186/1471-2105-11-S6-S28

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/1471-2105-11-S6-S28

Keywords