Skip to main content

Galaxy tools to study genome diversity

Abstract

Background

Intra-species genetic variation can be used to investigate population structure, selection, and gene flow in non-model vertebrates; and due to the plummeting costs for genome sequencing, it is now possible for small labs to obtain full-genome variation data from their species of interest. However, those labs may not have easy access to, and familiarity with, computational tools to analyze those data.

Results

We have created a suite of tools for the Galaxy web server aimed at handling nucleotide and amino-acid polymorphisms discovered by full-genome sequencing of several individuals of the same species, or using a SNP genotyping microarray. In addition to providing user-friendly tools, a main goal is to make published analyses reproducible. While most of the examples discussed in this paper deal with nuclear-genome diversity in non-human vertebrates, we also illustrate the application of the tools to fungal genomes, human biomedical data, and mitochondrial sequences.

Conclusions

This project illustrates that a small group can design, implement, test, document, and distribute a Galaxy tool collection to meet the needs of a particular community of biologists.

Peer Review reports

Background

A remarkable decrease in the cost of high-throughput sequencing has prompted many groups to address their biological questions by applying this technology. However, as is widely recognized, data analysis remains challenging for all but the largest and most experienced groups. Frequently, one of the challenges in this analysis is identifying the polymorphisms within species from the vast amount of raw data produced by the sequencing instruments, which requires computational resources and expertise not always available to a small biology lab. Fortunately, this and other data-processing steps are becoming more affordable as technology evolves.

Once the gigabases of sequence data have been filtered to, say, a few million intra-species DNA polymorphisms and a few thousand amino-acid variants, the computational requirements for their exploration are often relatively modest. Nevertheless, the analyses performed on the polymorphisms frequently require the expertise of the lab that originated and processed the biological samples, and it is burdensome for a small group to assemble and master the required computational tools. We have written a set of tools that run on the Galaxy web server to perform such analyses. They have an emphasis on understanding the population structure of the focus species and/or developing testable hypotheses about phenotypic consequences of genetic polymorphisms. In addition to avoiding the need for research groups to download and install all relevant software, a major benefit of using Galaxy for these, or indeed other, analyses is that reproducibility of published results is often enhanced. Moreover, these tools can be applied to polymorphisms identified by technologies other than sequencing, such as a SNP genotyping microarray.

The goal of this paper is to describe our Galaxy tools and illustrate their effectiveness. We begin with an overview of the new tools, after which we sketch how they were applied in a recently published manuscript, illustrate some of their capabilities, and compare their results with results published by other groups. These case-studies are listed in Table 1. Finally, we mention some lessons learned in the course of creating this Galaxy toolset.

Table 1 Examples discussed in this paper

Data description

Our tools work on polymorphism data in tabular formats that are appropriate for loading into the Galaxy web server [14]. The files for amino-acid variants and genes are basically just tab-delimited tables as required by Galaxy’s rich arsenal of table-manipulation tools. However, our single nucleotide variant (SNV) tables (which covers both intra-species SNPs and inter-species differences) have particular formats required by many of the tools that we have recently added to Galaxy, and a little familiarity with those formats is assumed in some of our later discussions.

Our most flexible format for SNV tables, called gd_snp (“gd” for Genome Diversity), has one row per SNV, and designated columns for the chromosome (and/or scaffold) name and position, the reference (or consensus) nucleotide, the variant nucleotide, and a quality value. For each individual (or sample) there are four columns, giving (1) the number of reads with the reference nucleotide, (2) the number of reads with the variant, (3) a genotype (0, 1, or 2 occurrences of the reference nucleotide; –1 = no genotype) and (4) a quality value for the genotype. A description of how columns are to be interpreted is specified in header lines, which can be prepared using one of our tools (#1 and 2 in the list below). Among other uses, this information lets Galaxy present the user with a simple interface for defining a set of individuals (Figure 1). In addition, there can be other columns, either supplied in the original table or generated by running Galaxy tools (e.g., each SNV’s F ST value relative to two specified populations).

Figure 1
figure 1

Specifying a “population”. The user is telling Galaxy that the individuals called “North1” through “North4” are to be considered a population called “North” in subsequent analyses (see the aye-aye example). Galaxy tools then know which columns of the SNV table to consult to locate information for further analysis.

Galaxy also supports a simpler format, called gd_genotype, which differs from gd_snp by having just a single column per individual, giving the genotype. The overall quality value (column 5 for gd_snp format) can also be omitted and/or other columns can be included. We provide a Galaxy tool to facilitate the conversion of VCF files and three commonly used population genetics formats (i.e., FSTAT, Genepop, and CSV, see #2 in the tool list below). VCF files that include the field’s allelic depth, genotype quality and genotype (“AD”, “GQ”, and “GT” respectively in the “FORMAT” field) can be converted into a gd_snp file. We also provide a Galaxy tool to convert gd_snp and gd_genotype tables into a form suitable for submission to dbSNP.

The following is a list of the tools we have made available on Galaxy, under the heading “Genome Diversity”. This is the status as of November 2013; we expect that the list will grow over time.

  1. A.

    Basic Analyses

    1. 1.

      Make File: Create a gd_snp or gd_genotype file

    2. 2.

      Convert: Change CSV, FSTAT, Genepop or VCF to either gd_snp or gd_genotype

    3. 3.

      Specify Individuals: Define a collection of individuals from a SNV dataset

    4. 4.

      Coverage Distributions: Examine sequence coverage for SNVs

    5. 5.

      Phylogenetic Tree: Build a distance-based tree.

    6. 6.

      Filter SNPs: Discard some SNVs based on coverage or quality

    7. 7.

      Aggregate Individuals: Append summary columns for a population

    8. 8.

      Nucleotide Diversity: π and θ

    9. 9.

      Restore Attributes: Update properties of a SNV table

    10. 10.

      SNV table to VCF: For submission to dbSNP

  2. B.

    Population Structure

    1. 11.

      Prepare Input: Filter and convert to the format needed for tools #12-14

    2. 12.

      PCA: Principal Component Analysis of genotype data

    3. 13.

      Population Complexity: Evaluate possible numbers of ancestral populations

    4. 14.

      Ancestry: Characterize ancestries with respect to inferred ancestral populations

    5. 15.

      Admixture: Map genomic intervals resembling specified source populations

  3. C.

    F ST and Selective Sweeps

    1. 16.

      Overall F ST : Estimate the relative fixation index between two populations

    2. 17.

      Per-SNP F ST : Compute a fixation index score for each SNV

    3. 18.

      Remarkable Intervals: Find high-scoring runs of SNVs

  4. D.

    Kinship

    1. 19.

      Close relatives: Discover familial relationships

    2. 20.

      Pairs sequenced: Offspring estimated heterozygosity of sequenced pairs

    3. 21.

      Founders sequenced: Estimated heterozygosity from a pedigree with sequenced founders

    4. 22.

      Matings: Assignment of optimal breeding pairs

    5. 23.

      Inbreeding and kinship: Analyze the pedigree without genomic data

  5. E.

    KEGG and GO

    1. 24.

      Get Pathways: Look up KEGG pathways for given Ensembl transcripts

    2. 25.

      Rank Pathways: Assess the impact of gene sets on pathways

    3. 26.

      Pathway Image: Draw a KEGG pathway, highlighting specified gene modules

    4. 27.

      Rank Terms: Assess the enrichment of gene sets on Gene Ontology terms

    5. 28.

      Cluster KEGG: Group gene categories by shared genes

  6. F.

    Design Genotyping Studies

    1. 29.

      Sample SNPs: Select a specified number of uniformly spaced SNVs

    2. 30.

      Differential Cleavage: Select SNVs differentially cut by specified restriction enzymes

    3. 31.

      Flanking Sequence: Fetch DNA sequence for intervals surrounding the given SNVs

    4. 32.

      Pick Primers: Find suitable PCR primers for SNVs

  7. G.

    Mitochondria

    1. 33.

      Draw variants: show positions of SNVs and unsequenced intervals

    2. 34.

      Reorder individuals: exchange rows in the picture created by tool #33

    3. 35.

      Diversity: pi, allowing for unsequenced intervals

    4. 36.

      Phylip: prepare data for phylogenetic analysis by tool #37

    5. 37.

      RAxML: maximum-likelihood phylogenetic tree

Many of these capabilities are familiar to biologists who analyze genome sequences or genotype genetic markers in population samples. However, some detailed understanding of tools #17 and #18 is assumed in our subsequent discussions. First, the F ST, or “fixation index”, assigns a value to each SNV based on the allele-frequency difference between two populations. Tool #17 (as well as #16) lets the user choose among the original definition of F ST[5] and two “unbiased estimates” of it [6, 7]. The Reich formulation [7] has been shown to work well with small population sizes [8], and we use it exclusively unless stated otherwise.

Second, genomic intervals having particular characteristics, such as showing signs of a “selective sweep”, can be identified with the use of multi-individual sequence data. These sweeps are caused when an advantageous allele and neighboring linked variants increase their frequency in a population. Large F ST values are one potential signature of a past selective sweep [9], though care must be taken because large F ST values can also be created by genetic drift, demographic effects, or admixture [1012]. We currently do not provide a tool for the traditional approach of scanning for unusual genomic intervals using a fixed “window” size, because in our opinion it would involve an undesirable number of user-selected values and options (e.g., specifying the window size, the amount of overlap between successive windows, the treatment of overlapping “significant” windows, discarding windows containing too few SNVs, etc.). Instead, we provide a tool (#18) that works with any chosen numerical column in a SNV table, for example, the F ST relative to two populations or a value measuring homozygosity within a population. This tool has a single “tuning parameter”, which we call the “shift value”, set by the user. The tool subtracts this number from each SNV score, and then finds “maximal” intervals where the sum of shifted scores cannot be increased by adding or subtracting SNVs at the ends of the intervals. For instance, if the column in question contains F ST values, the user could set the shift value at, say, the 90th percentile, so that 90% of the shifted values would be negative, and hence the SNVs in any high-scoring interval on average lie in the top 10%. In general, raising the shift value will lead to identification of fewer and shorter intervals. Statistical significance is estimated by a randomization strategy, in which the shifted SNV scores are shuffled some specified number of times, the highest-scoring interval found in each case, and the highest observed score is taken as the cutoff; this provides an empirical p-value, assuming that the scores are independent.

Another tool implementing a new algorithm estimates admixture in each of a set of individuals relative to two or three assumed source (often called “ancestral”) populations (tool #15). Roughly the same capability is available from other tools, such as SABER [13], HAPMIX [14] and PCAdmix [15]. However, we implemented a simpler approach for data sets that have inadequate numbers of individuals, inadequate accuracy of genotype calls, or uncertainty about basic species parameters (e.g., mutation rate and extent of linkage disequilibrium) to justify use of complex evolutionary models. This has the advantages of much shorter execution times and simplicity of use. Like tool #18, there is a single “tuning parameter”, which we call the “genotype switch penalty”.

With two source populations, the tool’s goal is to partition every autosome of an admixed individual into three inferred “interval genotypes”: (1) both chromosomes from the first source population, (2) both chromosomes from the second source population, or (3) one chromosome from each source population. (There are six interval genotypes in the case of three source populations). Suppose for a moment that a genomic interval is entirely in one of those categories, and we want to determine which interval genotype is most likely. For each SNP, we are given the observed genotype for the potentially admixed individual and can estimate the reference allele frequency in each source population. From those data, we can compute the probability of the observed sequence of SNV genotypes being produced from each of the interval genotypes, preferring the scenario with highest probability. The remaining issue concerns the choice of when to switch from one interval genotype to another, which is solved efficiently with a technique called “dynamic programming”, a relative of a partitioning method used with hidden Markov models. As the program scans along a chromosome, a larger genotype switch penalty makes it more difficult to switch between inferred interval genotypes, so the autosomes are partitioned into fewer, but longer runs of constant genotype.

We use this capability for exploratory data analysis, where we experiment with various thresholds on minimal spacing between SNVs (to increase independence), minimal F ST between the source populations (to identify “ancestry informative markers”), and switch penalty, to reach conclusions that are robust to changes in analysis parameters.

In the following paragraphs we turn to a set of examples aimed at providing the reader with a clearer understanding of the range of capabilities of the Galaxy tools. Most of them deal with analyzing variation in the nuclear genome of non-model vertebrates, but one example studies polymorphisms in the fungus Batrachochytrium dendrobatidis, two examples consider human data, including differences between sequences from normal and LGL-leukemia diseased cells of the same individual, and one study of which, deals with mitochondrial sequence data.

Analyses

1. Aye-aye

An analysis of low-coverage sequence data (roughly 5× coverage per individual) for aye-aye SNPs has been published [16] based on a de novo assembly of the aye-aye genome [17]. The aye-aye is a lemur species with a relatively wide geographic distribution around the periphery of Madagascar. The goal of our study was to assess the species’ genetic diversity and population structure, and relate these values to the geographical range. One possible outcome of this kind of investigation might be to identify sub-populations that warrant treatment as separate “conservation units” because of their genetic distinctiveness.

We sequenced five individuals from the north of Madagascar, five from the east, and three from the west. A Galaxy coverage plot (tool #4 in the list above) showed that one of the samples from the north had particularly low sequence coverage, so we excluded it from further analysis. Also, for many SNPs the depth of sequence coverage seemed inadequate to support reliable estimations of genotype, so we omitted those SNPs from subsequent analyses (via tool #6), and also discarded SNPs where the coverage was so high as to suggest the presence of a regional duplication. The Galaxy phylogenetic-tree (#5) and PCA (#11, 12) tools indicated a clear population structure (further supported by tool #14), which appeared at first to be unrelated to the putative geographical source of the samples. We hypothesized that some samples had been mislabeled during handling, which we verified using PCR and Sanger sequencing experiments on separate DNA extractions from the source tissues, using primers identified by Galaxy tool #32 to amplify over a subset of the genotyped SNPs. We then specified three populations: North, West and East (tool #3; Figure 1). The phylogenetic tree, principal components and population-structure tools (#5, 11, 12, 14), then painted a consistent picture that the North population was particularly distinct. Figure 2 depicts the Galaxy commands that perform these analyses.

Figure 2
figure 2

Commands for the aye-aye example. Depiction of the Galaxy commands needed to determine levels of sequence coverage, define sets of individuals, filter SNPs by depth of sequence coverage and non-fixation, draw a phylogenetic tree, perform a principal-components analysis, and analyze with 2 and 3 putative ancestral populations, as discussed for our aye-aye data.

The Galaxy tools also provided estimations of within-group diversity, π (tool #8), and overall F ST values for pairs of aye-aye populations (tool #16), which we evaluated by synthesizing a human data set that matched the aye-aye sequences in numbers of individuals and sequence depth. We found that the overall F ST between the North and East populations appeared to be 2.1 times greater than that between human sub-Saharan Africans and Europeans, despite the fact that nucleotide diversity (tool #8) within each of the three aye-aye populations is relatively low.

In addition to SNV tables, our tools produce Galaxy tables of putative amino-acid polymorphisms. For the aye-aye, we mapped the assembled contigs [17] and the SNPs they contain to the human genome, and used human gene annotations to infer coding exons in the aye-aye. The results of that analysis have not been published, and we sketch some observations here to illustrate the use of additional Galaxy tools.

We calculated a Locus Specific Branch Length (LSBL) score for each SNP in each of the three aye-aye populations. LSBL is a function of the pairwise F ST between populations, and helps to isolate the direction of allele frequency change. It has been extensively used in previous papers (e.g., [18]). We then selected the SNPs that mapped to coding regions and had an LSBL score in the top 5% for each population (i.e., LSBL95, with thresholds 0.6112 for North, 0.4365 for East, and 0.5536 for West). The LSBL score can be computed for each lineage using

  1. 1.

    For each pair of populations, calculate the pair’s F ST value for each SNP (using tool #17).

  2. 2.

    Use the standard Galaxy tool called “Compute an expression for every row” to compute, for each SNP:

    LSBL North = North , East + North , West East , West / 2 and similarly for LSBL East and LBSL West .

We identified 390 coding mutations in the North population, 373 in the East and 420 in the West (above the LSBL95). Of these, the number of non-synonymous SNPs was roughly the same in the three populations (150 in 129 genes for North, 133 in 121 genes for East, and 134 in 128 genes for West). We looked for Kyoto Encyclopedia of Genes and Genomes (KEGG) pathways in which these genes are known to be involved using the Get Pathways tool (#24), and then ranked them by percentage of genes affected using the Rank Pathways tool (#25). For this discussion, we consider only the West aye-aye population, for which this tool produced a list of 153 KEGG pathways for the genes with synonymous mutations, and 83 for the genes with non-synonymous mutations. For instance, the extracellular matrix (ECM) receptor interaction pathway was placed second in the synonymous ranking and third in the non-synonymous ranking. This pathway was one of eleven significantly enriched pathways for genes in the synonymous list (p = 3.8 × 10-7), and one of four in the non-synonymous list (p = 0.018). Three genes with non-synonymous mutations (LAMC2, HSPG2, and LAMA3) and eight with synonymous mutations (COL4A2, COL5A1, LAMA4, LAMB1, LAMB4, LAMC1, TNN, and SV2B) are associated with this KEGG pathway. We used the Pathway Image tool (#26) to visualize the genes’ roles in the pathway (Figure 3A).

Figure 3
figure 3

Two KEGG pathways from the aye-aye data. A) KEGG pathway diagram showing the genes with coding mutations involved in the extracellular matrix-receptor interaction pathway. Eleven genes with SNPs in the top 5% by LSBL score in the West aye-aye population appear in this pathway, including three with non-synonymous mutations (LAMC2, HSPG2, and LAMA3). These genes are grouped in 5 different functional units distributed along the pathway (i.e., collagen, laminin, tenascin, perlecan, and SV2, all shown in red). B) KEGG pathway diagram for the Glycosylphosphatidylinositol-anchor biosynthesis pathway showing the central role of the PIG-N gene for GPI-anchor synthesis.

In support of these results, the Rank Terms tool (#27) produced a list of GO terms related to ECM-receptor interaction that were significantly enriched in the genes with non-synonymous mutations above LSBL95. These GO terms included “cytoskeletal anchoring at nuclear membrane” (p = 4.6 × 10-5), “laminin-5 complex” (p = 1.4 × 10-4), “basement membrane” (p = 0.0016), and “cell adhesion” (p = 0.0067). Also, we grouped the GO terms and KEGG pathways with non-synonymous mutations in the West population using the Cluster gene categories tool (#28). We used different thresholds to study the groups produced and found at a cutting threshold of 20% a cluster of gene categories that include the terms “response to glucose stimulus”, “collagen type VI”, “muscle organ development”, “sarcolema”, “extracellular matrix structural constituent”, “focal adhesion”, and “PI3k-Akt signal pathway”. Furthermore, we found consistently (with thresholds ranging from 25% to 85%) the cluster of gene categories: “response to glucose stimulus”, “collagen type VI”, “muscle organ development”, and “sarcolema”.

We studied the potential effects of non-synonymous mutations in the West population by ranking the KEGG pathways according to the changes in length and number of paths if the genes are disrupted. Among the five KEGG pathways that showed changes in both of these values, the Glycosylphosphatidylinositol (GPI)-anchor biosynthesis pathway was ranked first (change in the mean length of paths between sources and sinks = 4.5, change in the number of paths between sources and sinks = 4). The image of this pathway (Figure 3B; produced using tool #26) shows that a mutation in the gene PIG-N could disrupt the transference of phosphatidylethanolamine to the first mannose of the glycosylphosphatidylinositol. This result revealed a picture that could not have been obtained by using the overrepresentation approach: despite that only one gene (out of 23) was found to have a non-synonymous mutation, the role of this gene is required and critical in the GPI-anchor biosynthesis. Genes involved in both extracellular matrix-receptor interactions and cell adhesion (including GPI-anchor production) are implicated in tissue morphogenesis and organization [19, 20]. Their role has been described in the organogenesis of kidney, lung, peripheral nerves, brain, extremities, digits, pancreas and placenta, as well as in the integrity maintenance of skeletal muscles, skin, and hair [20]. The modules laminin and perlecan in the ECM-receptor interaction pathway include genes with non-synonymous mutations (LAMC2, HSPG2, and LAMA3). Both of these modules are involved in the linkage of extracellular matrix with dystrophin through dystrophin-associated glycoproteins (alpha-DG and beta-DG in Figure 3A; [21]). A failure in this linkage has been extensively associated with muscular dystrophy, as dystrophin is thought to provide mechanical reinforcement to the sarcolemma to protect it from the membrane stresses developed during muscle contraction [2123].

The mutations affecting matrix-receptor interactions and cell adhesion are expected to evolve in concert as organisms adapt to specific niches [19, 24]. Aye-ayes are highly specialized extractive foragers; they feed on insect larvae obtained from decaying tree bark, and on seeds. It has been suggested that limitations in the availability of food may explain the large individual home range requirements of this species [17]. Previous papers have reported a relatively complex neuromuscular organization for lemurs, and have proposed that this is consistent with differences in habitat and surface utilization (e.g., arboreal vs. ground) [25, 26]. Additionally, a potential for increased stress on the aye-aye's long gracile digits is generated during its locomotion, especially while descending trees [27]. It is difficult to assess the extent to which the molecular mechanisms reported here may be implicated any kind of ongoing adaptation among aye-aye populations. However, one interpretation is that they might be involved in muscular adaptations to exploit the niche variability produced by the landscape variation, habitat diversity, and microendemism patterns of northern Madagascar [28]. This example illustrates the use of some of our new tools, as well as the kinds of hypotheses they can lead to.

2. Chicken

A number of methods have been developed for detecting evidence of selective sweeps using polymorphism data from multiple individuals, with each method exploiting a particular departure from the expectation with neutral evolution [29]. A typical application of these methods is to identify genomic regions related to reproductive fitness, such as those conferring traits important for adaptation to a new environment. Several tools to support such analyses can be found in the new Genome Diversity toolset on Galaxy, and we wanted to compare their performance with accepted techniques.

The chicken genome was one of the first vertebrate genomes to be published [30]. An analysis of multi-individual data was published later [31], where a windows-based approach was used to look for regions of low heterozygosity in various combinations of domestic breeds, with the goal of identifying genomic regions associated with economically important traits, such as egg or meat production. We were interested in understanding how much, and under what conditions, their results differ from genomic intervals found by our windows-free method.

The published project [31] sequenced ten samples from different chicken breeds, nine of which were each a pool of DNA from several individuals. Their analysis was carried out on the numbers of reads corresponding to the more common and less common allele, whose values were calculated for each combination of SNV and DNA sample. The authors kindly provided us with those numbers, from which we produced a Galaxy SNV table (gd_snp format) with 7,285,024 rows (i.e., SNVs) and 45 columns (see Methods).

A search for regions of high homozygosity and the genes within them can be conducted, starting with the SNV table and a list of chicken genes, by the following Galaxy commands, which are also depicted in Figure 4.

  1. 1.

    Specify individuals (tool #3 listed above), for example, all pools from domestic chickens, or all Commercial Broilers.

  2. 2.

    Aggregate those individuals (tool #7), to get totals of the reference alleles (column 46) and the variant alleles (column 47).

  3. 3.

    Use a standard Galaxy tool to compute (into column 50) the expression

    c 46 * c 46 + c 47 * c 47 / c 46 + c 47 * c 46 + c 47

where c46 and c47 are the values in columns 46 and 47. Intuitively, the two allele frequencies are c46/tot and c47/tot, where tot = c46 + c47, and we are adding their squares to quantify homozygosity.

  1. 4.

    Use the Remarkable Intervals tool (#18), setting the shift value to a desired threshold, say 0.9, to find intervals where the sum of the scores c50 – 0.9 is high; c50 is the value assigned to a SNV by step 3 (i.e., homozygosity).

  2. 5.

    Use a standard Galaxy tool to find genes that intersect the intervals identified by step 4.

Figure 4
figure 4

Commands for the chicken example. Depiction of the Galaxy commands for finding genes contained in autosomal intervals of unusually high heterozygosity in eight pooled populations of domestic chickens and in two pooled samples of domestic broilers. The input datasets are the set of 7.3 million SNVs and a list of chicken genes with their chromosomal coordinates.

For the pool, the AD of all domestic individuals, 158 intervals of average length (approximately 85 kb) were reported [31]. The intervals cover a total of 13.4 Mb, or approximately 1.3% of the chicken genome. We set the threshold in step 4 (see above) to 0.78, chosen by trial and error so that the average length of the 158 highest scoring intervals was also 85 kb. For the most part, the reported intervals agree with the highest-scoring intervals found by our window-free method. Our seventh highest-scoring interval, chr5 43,222,353-43,275,554, and their top-scoring segment, chr5 43,200,000-43,280,000, overlap the TSHR gene, which is a major focus of the paper [31]. Our twelfth and their fourth highest scoring interval (6,252,242-6,301,349 and 6,240,000-6,300,000 on chromosome 24, respectively) overlap the gene BCDO2 for the yellow skin allele, which the authors of the original paper adopt as a proof of principle that a method can identify a known sweep [32]. In all, 89 of their regions overlap one of our 100 highest-scoring intervals.

For other measurements of concordance between the two approaches, consider regions of low heterozygosity in the two commercial broiler lines, which are bred for efficient meat production. The paper [31] identified 132 intervals of average length around 62 kb, while we used the threshold 0.9 in step 4 (see above) to get an average length around 64 kb (close enough) for our highest scoring 132 intervals. One of the top-scoring reported intervals, chr1 57,340,000-57,560,000, contains several genes related to growth, including insulin-like growth factor 1 (IGF1). In our approach, the interval chr1 57,356,555-57,574,111 scores highest. The other interval reported as under selection in commercial broilers is chr4 71,720,000-71,860,000, containing the TBC1D1 gene, which had earlier been identified in several independent studies as the major Quantitative Trait Locus (QTL) explaining differences in growth between broilers and layers. Accordingly, our seventh highest-scoring interval is chr4 71,709,127-71,847,930, which also overlaps TBC1D1. Overall, our 100 highest-scoring intervals intersect 67 of their intervals. We also noticed a tendency for our highest-scoring intervals to overlap the 56% (74 of 132) of their intervals that intersect genes; our 20 highest scoring intervals overlap 15 of their gene-intersecting intervals, but only three of their intervals that do not intersect any annotated gene.

However, major differences between intervals found by the authors’ window-based approach and our window-free method can arise. Compared with our approach, their particular windows-based method favors regions with a low density of SNVs. Consider a simple example where one window has 10 SNVs, all fixed in the domestic birds (say nMaj_Allele = 30 and nMin_Allele = 0) and a second window with 100 of such SNVs. Then both windows score 0 according to the published approach, On the other hand, our approach instead works with homozygosity = 1 – heterozygosity, which is 1.0 for these SNVs. A threshold (for instance 0.9) is subtracted to give a score of 0.1, and the scores are added for each genomic interval, giving totals of 1.0 for the first interval (window) and 10.0 for the second, and a preference for the interval with more SNVs.

The seventeenth highest scoring reported interval for sweeps in commercial broilers [31], chr2 84,660,000-84,720,000, is not known to overlap any gene. The 1,272nd best interval from our approach (far from being statistically significant) is chr2 84,662,385-84,719,725. It is possible that the main source of this discrepancy between the two methods is the extremely low number of SNVs at chr2 84,660,000-84,720,000, namely 31 SNVs in the 60 kb interval. Giving the nearly 7.3 million SNVs in the 1 Gb chicken genome, the expected number of SNVs in this interval is around 450, making the interval an extreme outlier. We believe it is counter-intuitive to consider genomic intervals with an extremely low density of SNVs as likely candidates for having experienced (or still experiencing) positive selection; low SNV density seems more indicative of negative selection.

3. Canids

The demographic history and relationships between lineages of North American Canidae has often been studied using a handful of genetic markers with limited resolution of evolutionary relationships. Specifically, a few dozen co-dominant or uniparentally-inherited markers will only provide a fraction of the evolutionary history. One of the main and long-debated topics of North American canids has been the degree of admixture and species ancestries. Answers to those questions could potentially influence conservation planning. For instance, if an endangered species is identified to have a significant degree of genetic admixture, then the management options become less obvious and the relevant conservation policy may, most likely, need to be updated. To best address admixture among canids and better resolve their ancestry, a published study [33] analyzed genotypes from 48,036 SNVs (hereafter, referred to as 48 K) distributed genome-wide. In order to test the robustness of our tools, we reanalyzed the same dataset for admixed ancestry across wolves and coyotes of North America.

After formatting the 48 K data, individuals were designated into specific groups for subsequent testing. The California coyote (n = 12) and Yellowstone National Park gray wolves (YNP, n = 18) were labeled as non-admixed reference groups, with five putatively admixed groups identified for testing wolves from Algonquin Provincial Park (n = 2) and the Great Lakes region (n = 12), the Red wolf (n = 12), and two populations of coyotes (Northeastern, n = 13; Midwestern, n = 19) (Table 2A). To confirm the data, we conducted a principal component analysis (PCA) of the SNV genotypes and identified reference and admixed populations (Figure 5).

Table 2 Comparison of percentage of admixed ancestry results
Figure 5
figure 5

Principal components analysis of canid data. PCA of the reference (California coyote and YNP wolf) and putatively admixed North American canid populations using 48 K SNVs.

From the published analysis [33], we had expectations a priori as to the ancestry composition of each individual. We began our two-ancestor dataset construction with computing per-SNP F ST values (tool #17) using Wright’s original definition [5] to identify and retain 4,229 SNVs with F ST > 0.4 using the two non-admixed reference populations of Yellowstone wolves and California coyotes (as per the published inclusion threshold [33]) as Ancestry Informative Markers (AIMs) for analysis using the admixture tool (#15). Next, we filtered SNVs with tool #6 to retain 3,175 SNVs with an average spacing of 1 SNV per 100 kb in order to construct a SNV set comparable to the published one [33]. These methods were repeated with the inclusion of a third possible ancestor population, domestic dogs (n = 28 from modern breeds). We conducted two additional per-SNP F ST analyses to compare the YNP wolf and California coyotes each with the domestic dog. As a result, we therefore filtered to keep SNVs every 300 kb to retain similar marker counts (6,375 SNVs for 3-ancestor analysis). Finally, we conducted independent analyses for each of the putatively admixed populations (Table 2A).

As per the algorithm used by SABER [13] to estimate the time since initial admixture (e.g., length of blocks and recombination rate), there is a significant negative correlation between ancestry proportion and admixture times (r = -0.810, 1-tail p = 0.04819). When we surveyed the impact of varying the switch value of the Galaxy admixture tool (#15), it appears to be sensitive to the timing of initial admixture. All populations had a significant correlation between ancestry and switch values (Red wolf: r = 0.9914, 1-tail p = 0.0005; Algonquin wolf: r = -0.9809, 1-tail p = 0.002; Great Lakes wolf: r = -0.9716, 1-tail p = 0.003; Northeastern coyote: r = 0.9891, 1-tail p = 0.0007; Midwestern coyote: r = -0.9721, 1-tail p = 0.0028). The captive Red wolf, for example, has been extensively monitored in their recovery area, and recent coyote hybridization events have been documented [3336]. As a result, coyote ancestry is expected to be elevated in the Red wolf genome. Varying the switch parameter, we found that larger values (switch ~ 7-10) estimated a level of coyote ancestry comparable to that with SABER (Table 2B,C). An analogous demography is suspected of the Northeastern coyote, with the population harboring many hybrids of recent ancestry [33]. With Galaxy, we found low levels of switch variation (mean ± SD coyote ancestry: 74% ± 3.3) and consistent representation of two ancestries within the Northeastern coyote genome (74% coyote, 26% gray wolf; Table 2B).

Admixture can result from highly complex demographic processes, either through mating preferences (e.g., [dis]assortative), backcrossing, selective removal of hybrids, or natural mechanisms of isolation. Regardless of the admixture process, quantifying ancestry is central for exploring population demography and conservation management efforts. Here we show that tabulating ancestry blocks across multiple canid genomes can be obtained quickly and accurately using the Galaxy admixture tool.

4. A southern African genome

Understanding admixture in humans is crucial for correctly tracing the flow of human populations, and it plays a substantial role in identifying genomic variants that affect disease susceptibility. Moreover, many people express a strong interest in knowing their ancestry. For instance, an individual, called ABT, of mostly Bantu-speaking heritage from South Africa, was thrilled when told that he also has some Khoisan (“bushman”) ancestry [37].

After that original discovery, we combined 419,974 microarray-based genotype calls for 485 humans, and added ABT’s genotypes inferred from whole-genome sequence data. Among the 485 individuals, 89 were identified as Yoruba (a well-studied population of agriculturalists from Nigeria) and 67 as Khoisan. We used this dataset to compare our admixture results (tool #15) with those obtained by the programs HAPMIX [14] PCAdmix [15] and ADMIXTURE [38, 39]. With the Galaxy tool and PCAdmix, we used a third potential source population, CEU (certain individuals of European ancestry) and specified K = 4 ancestral populations with ADMIXTURE.

The programs gave reasonably comparable results: ABT’s Yoruba ancestry was estimated as 78.3%, 70.5%, 77.9% and 74.1% by HAPMIX, PCAdmix, ADMIXTURE, and the Galaxy tool, respectively. All of the programs of course depend somewhat on the settings chosen for input parameters; for instance HAPMIX produced values between 73.1% and 79% when we varied two parameters (i.e., number of generations since admixture and estimated proportions from the ancestral populations) over a wide range. PCAdmix appeared to have some problems with these data, leaving approximately 15% of ABT’s genome as having undetermined ancestry. Part of the reason that HAPMIX produces higher estimations of Yoruba admixture than the other tools is that it only allows two source populations. For example, limiting the Galaxy tool to two source populations (Khoisan and Yoruba) raises its estimation to 76.5% Yoruba.

5. Pig

The different breeds of domestic pigs are the result of a long domestication process from wild boars (Sus scrofa). During this process, qualities of importance to humans have been selected, shaping the genome landscape of the domestic breeds [40]. It is estimated that European and Asian wild boars split about 1 million years ago, with their domestication occurring independently on each continent [41]. Signals of positive selection have been found in domestic breeds that are associated with color, vertebrate number, and muscle development [40, 41]. This exemplifies a number of studies that seek to identify genotype-phenotype relationships in domestic breeds, to potentially improve breeding practices, as with the chicken study, mentioned above.

We obtained 48,649,642 SNVs for 6 outgroup species and 49 Sus scrofa individuals (36 European, 6 Chinese, and several from other regions) used in those previous studies, and attempted to recapitulate some of the published results using the Galaxy tools. Following the approach of the chicken analysis, we calculated the homozygosity for four European breeds (n = 25 individuals), one Asian (n = 4) and one European wild boar (n = 6) breed [40, dataset 2]. The starting point for this analysis was a gd_genotype formatted file; thus, instead of using the aggregation tool (#7) we calculated the number of reference and alternative alleles for each population as follows:

  1. 1.

    Determine the columns with the genotypes of the individuals of interest (for the Asian breed c34, c35, c36 and c37).

  2. 2.

    Calculate the number of reference alleles in the individuals of interest (for the Asian breed ((c34==2)*2) + ((c35==2)*2) + ((c36==2)*2) + ((c37==2)*2) + ((c34==1)*1) + ((c35==1)*1) + ((c36==1)*1) + ((c37==1)*1)).

  3. 3.

    Calculate the number of alternative alleles in the individuals of interest (For the Asian breed ((c34==0)*2) + ((c35==0)*2) + ((c36==0)*2) + ((c37==0)*2) + ((c34==1)*1) + ((c35==1)*1) + ((c36==1)*1) + ((c37==1)*1)).

Further, we followed steps 3, 4, and 5 of the homozygosity calculation explained in the chicken example.

Published data [40] identified 70 selective sweeps genome-wide with a mean length of 878 kb. By trial and error we selected a shift score of 0.9889 for which the 70 top scoring intervals presented a mean size of 877 kb. Eleven of our 50 highest-scored intervals intersected reported selective sweeps [40], three of which overlapped the genes NR6A1, PLAG1, and LCORL to which the original study devotes a large discussion. The lengths of the intervals identified by our program agreed well with those reported previously. The lengths were on average 0.32 kb different, and exceeded 1 kb in only two cases. We attribute the observed differences to the limitations that a windows-based approach imposes: the resulting selective sweeps can only be as small or big as the specified window size. This limitation is illustrated by the intervals overlapping the gene LCORL (located in the chromosome 8 between 12,633,950 bp and 12,766,041 bp). While the windows-based approach found a sweep between 12,540,000 bp and 12,840,000; our windows-free approach determined that this interval was between the positions 12,555,236 bp and 12,807,451 bp. Thus, our approach better localizes the selective sweep to the LCORL gene, excluding a non-gene region between 12,807,452 and 12,840,000 bp.

To further explore the domestication dynamics in pigs, we used admixture studies. A PCA (with tool #12) indicated that European domestic swine, including the Landrace breed, are much closer to European wild boars than to Asian wild boars (also indicated by the phylogenetic-tree tool, #5), whereas an admixture analysis (with tool #15) suggests that about 10% of the Landrace genome is ultimately derived from Asian boars, mostly from southern China (possibly from intended crossings of European and Asian domestic swine). According to our analyses, genes overlapping the regions of Landrace genomes that have an origin in Chinese breeds are enriched for immune-related GO terms, including “defense response” (p = 8.7 × 10-11), “response to virus” (p = 5.6 × 10-6) and “defense response to bacterium” (p = 0.012).

The presence of this admixture would confound a search for selective sweeps based solely on the F ST between a European domestic breed and European wild boars, because a genomic interval in the domestic breed that is derived from the Asian lineage will tend to have an F ST that exceeds the genome average. Several approaches have been developed to circumvent this difficulty (e.g., [12]). A simple plan is to use the so-called LSBL [18], which treats the European and Asian wild boars symmetrically. Additionally, this score allows us to explore the specific selection occurring in the domestic breed lineage:

LSBL = F ST L , EW + F ST L , AW F ST EW , AW / 2

where L = Landrace, EW = European wild boar, and AW = Asian wild boar.

After calculating LSBLs for each group and each SNP, we determined remarkable intervals with them (using tool #18). As previously suggested, we found that genes NR6A1 and PLAG1 overlap a potential selective sweep (further analyses reveal that these genes do not overlap intervals of high LSBL in European or Chinese breeds). These genes have been in QTLs associated with an increase in the number of vertebrae in domestic pigs and body height, respectively [40]. Other genes previously related to back fat thickness were also found to overlap intervals of high LSBL in Landrace, including ALMS1, ACP2 and ENPP1[42]. Finally, one of those intervals overlaps the gene VRTN, previously found in a QTL suspected to cause heterogeneity of the number of vertebrae in commercial-breed pigs [43]. Other genes overlapping selective sweeps for the Landrace breed have been previously reported in QTLs of commercial interest for pig (i.e., ELOVL6). As with other studies [32, 40], we assume that finding selective sweeps overlapping previously reported QTLs is a validation for our approach.

In the same line of inquiry, we determined regions that had been potentially under positive directional selection in the lineage leading to Landrace pigs. To do so, we selected SNVs with one variant fixed in the two closed related species Sus barbatus (Bornean bearded pig) and Sus verrucosus (Java warty pig) and the other fixed in the Landrace individuals. Further, we determined genes overlapping regions with a remarkable number of these markers, and studied their enrichment in GO terms and KEGG pathways (tools #25 and #27). One of these regions, which includes the genes SPATA7 and TTC8, overlapped a QTL previous described for porcine intramuscular fat content [44]. 903 genes were found to overlap regions enriched in SNVs under potential positive directional selection, including NR6A1 and CASP10. The CASP10 gene has been found in a putative selective sweep with several duplications in domestic pigs [40]. Among the GO terms and KEGG pathways we found that "skeletal system morphogenesis" was significantly enriched for genes overlapping these regions (p = 0.0037).

In summary, using Galaxy tools, with special attention to the possible confounding of selective-sweep analyses by the presence of admixture, we were able to recapitulate published results and highlight additional genes of potential commercial interest.

6. Chytrid fungus

The chytridiomycota Batrachochytrium dendrobatidis (Bd) has been linked to the global decline of amphibians [45, 46]. To shed light on the evolutionary history of this pathogen and to identify genomic underpinnings of its virulence, a recent paper reported the genomes of 29 Bd isolates from around the world [46]. Among other results, the authors analyzed genes potentially under positive selection (d N > d S), those in regions exhibiting loss of heterozygosity (LOH), and those in regions with copy number variations (CNV), focusing on strains in the Global Panzootic Lineage (GPL) associated with the disease. This study illustrates the use of genome sequencing to uncover the evolutionary history of an emerging pathogen and to identify mechanisms-related shifts in virulence, with the ultimate goal of mitigating the disease’s impact.

In order to compare the results obtained from different tools and to potentially contribute to the understanding of Bd biology, we analyzed the published data and looked for evidence of selective sweeps. We downloaded the SNVs for each isolate, gene annotation and published results [47]. After reformatting the data (gd_genotype), we uploaded it to Galaxy. Our first experiment was to check that our tools for identifying GO categories from a set of genes produce results comparable to the published results (the authors used custom computer scripts, which they make freely available). For the genes reported to have dN > dS (protein-coding differences between GPL and the outgroup isolate UM142), we found that GO terms with a significant enrichment included “DNA binding”, “protein binding”, “ATP binding”, and “nucleic acid binding”. We also found that the terms “microtubule motor activity” (p = 0.012), “microtubule-based movement” (p = 0.026), and “helicase activity” (p = 0.020) were enriched in these genes. The 35 GO terms significantly enriched for genes with LOH included “superoxide dismutase activity”, “oxidoreductase activity”, “oxidation-reduction process”, and “extracellular region”, while the 16 GO terms significantly depleted for genes with LOH include “chitin binding”. Finally, three GO terms were found to be significantly enriched for genes associated with CNVs: “aspartic-type endopeptidase activity”, “serine-type peptidase activity” and “proteolysis”. These results fit well with those in the original publication.

To go somewhat beyond what was published, we analyzed GO categories of genes in regions of high F ST between an outgroup clade (UM142 and CLFT024-02) and the GP clade, as well as between two “populations” within GPL identified by PCA and phylogenetic analyses. Those results are included in the Galaxy history that we make available.

In summary, our Galaxy tools replicate many of the published results about Bd [46] and add some new observations. Our results suggest a fast evolution of genes associated to motility and helicase activity in the GP fungi lineage, as well as in proteolysis-related genes. As previously suggested, the peptidase genes are potentially important in Bd infection of amphibian skin [46]. Additionally, the genes associated to motility (i.e., microtubule motor activity and microtubule-based movement) might mediate in the dispersion capabilities of the zoospores and increase virulence [48]. Our results also suggest possible selection over a region of the Bd genome that includes five tandem SCP PR-1-like genes (BDEG_04273 to BDEG_04277), which are categorized under the GO term “extracellular region”. This selection seems to occur in all or a portion of the GLP lineage. Interestingly, the same region was found to have a loss of heterozygosity relative to UM142 and the GP clade. It has been suggested that these genes are involved in the pathogenesis and virulence of plant and animals pathogens, and may play a role in spore penetration and modulation of the host defense response [49, 50]. While these results should be treated with healthy skepticism, due to a variety of possible difficulties, such as the observed high rate of copy-number variations in the Bd chromosomes, they illustrate the kinds of tantalizing observations that can be made with our Galaxy tools.

7. Human disease data

Many studies have sequenced the genomes from both normal and diseased tissues of the same individual, and looked for differences that might be associated with that disease, such as germ-line alleles that affect disease susceptibility, or variations in tumors that affect response to therapies. The new Galaxy tools can facilitate such investigations, as we now illustrate.

Analysis of human exome data has recently identified mutations in signal transducer and activator of transcription 3 (STAT3) in large granular lymphocyte (LGL) leukemia [51]. Concurrent to these findings, our group has recently undertaken whole genome sequencing of three paired patient lymphocyte/saliva samples to look for these and other mutations. With Galaxy we are able to use simple filters applied to gd_snp files to identify potential somatic mutations. Examples of the filtering include finding SNPs with differing genotype calls between LGL and saliva, a quality score of 20 or greater for both genotypes and a minimum read depth of 8 reads in each sample. The SNPs can be further filtered to identify changes of a particular type, such as LOH or somatic mutations. Using a file of amino-acid variants caused by the SNPs, one can identify which of the SNPs leads to a predicted change in protein structure. In our case SIFT [52] is available in Galaxy and can be used for this purpose with the added benefit that additional output fields, such as allele frequencies and OMIM disease associations are appended, if selected.

Applying this protocol, STAT3 mutations were discovered in two of the three patients that correspond to amino acid changes of D661V and D661Y in genome 1 and 2 respectively. Previous reports [53] demonstrate constitutive STAT3 activation in all LGL leukemia samples, though one study [51] reported direct STAT3 mutations in only 31 of 77 patients. For this reason, the third genome was selected from a list of patients known to lack mutations in exon 20 or 21 of STAT3. Applying the same filters and SIFT algorithm to the SNPs from this genome did not reveal any mutations in any exon of STAT3. We then converted the Ensembl transcripts extracted from SIFT to their canonical transcripts and retrieved KEGG pathways using the Get Pathways tools (#24). A quick examination revealed two altered transcripts in the Janus Kinase (JAK)/STAT signaling pathway. Both consisted of 3' UTR mutations in the interleukin 6 receptor (IL6R) and CBL. Of these two, only the IL6R alteration is predicted to be in proximity to a conserved miRNA binding site according to the TargetScan [54] miRNA Regulatory Sites track on the UCSC Genome Browser [55, 56]. If this variant alters miRNA binding and leads to increased translation of the IL6R, this could be one mechanism leading to aberrant STAT3 activation in those patients that do not demonstrate direct STAT3 mutation.

8. Mitochondrial polymorphism

In studies aimed at estimating evolutionary relationships, but where it is infeasible to collect data from the full (nuclear) genome, an alternative is to sequence the mitochondrial genome, which is far smaller and occurs at much higher copy number per cell. Recent methods that further enrich the concentration of mitochondrial DNA [57, 58] make it possible to sequence mitochondria from very degraded samples, such as those from museum specimens. Nevertheless, the resulting data can leave intervals of the mitochondrial genome unsequenced, or sequenced to such low coverage that the results are unreliable. We have added tools to Galaxy that can perform some basic analyses for such datasets.

SNVs in the mitochondrial genome can be represented in gd_snp or gd_genotype format. In addition, we abuse the gd_genotype format to store the sequence coverage at each position in the mitochondrial sequence. Thus the file might start as follows:

This indicates that the first sample has sequencing depth roughly 35 at the start of the mitochondrial sequence (column 5), while no reads from the second sample map there (column 6). We also include a file of gene annotations for the reference sequence, with lines like:

We provide several tools to process these files, including the production of a graphical representation of variants and/or the coverage depth (tools #33 and #34; Figures 6 and 7), computation of average pairwise difference (π; tool #35), and of a phylogenetic tree (tools #36 and #37). In each case, the user specifies a set of individuals and a minimum depth of coverage.

Figure 6
figure 6

Inadequately covered parts of colugo mitochondrial sequences. Intervals with sequencing depth (A) below 5 and (B) below 30 for several Sunda colugos (Galeopterus variegatus), from a published study [57].

Figure 7
figure 7

Variants identified in cave-bear mitochondrial sequences. Locations of SNVs (vertical lines) and unsequenced regions (blue rectangles) for several cave bears [58] relative to GenBank entry NC011112 [93]. SP1324, SP1844, SP2125 and NC01112 have been classified as one species of European cave bear (Ursus ingressus), and SP2083, SP2129 and SP2133 as another (Ursus spelaeus). SP2073 is an Asian cave bear (Ursus deningeri kudarensis).

Discussion

Regardless of how the polymorphism data are produced, using the Galaxy system to perform the analyses and to make the results available, can greatly facilitate reproducibility of the study by other groups, as well as apple-to-apple comparisons among data from different species. The published chicken sequence data described above provides a case in point – this study [31] sequenced pools, each containing DNA from multiple individuals, and so knowledge of numbers of reads corresponding to each allele, rather than a single genotype, was needed for each sample at each SNV. The authors attempted to provide relevant information in their dbSNP entries with a comment line telling in which samples the alleles were observed. However, they were aware that this information is not only difficult to extract from dbSNP, but it is also not sufficiently rich to allow their analyses to be reproduced; hence, the authors have contributed the appropriate data to Galaxy. More generally, having this and similar data sets on Galaxy substantially relieves the difficulties frequently encountered when attempting to reproduce published claims [59]. Moreover, reproducing published results is a prerequisite for exploring their resilience to changes in the parameters controlling the analysis; it is well-known that many computational tools produce output that is quite sensitive to input parameters, and progress in science is facilitated if readers can readily explore the brittleness of published claims.

The tools described in this paper were produced by members of a small genomics lab, an approach that had the benefit of relatively quick development, but drawbacks in terms of getting other groups to contribute their data. Being able to compare datasets with each other is tremendously valuable. For instance, as described above, we observed an average F ST of 0.169 between the North and East populations of aye-aye, but without corresponding numbers from other data sets, it is unclear whether this value should be considered large or small. It would have been very helpful to have datasets provided by other groups, but thus far the only gd_snp and gd_genotype data sets are ones that we created or requested from the originating group. Unfortunately, biology journals are often lax about enforcing requirements that authors make their data readily available, and we have been unable to obtain certain requested datasets. Our belief is that if the toolset had been designed and contributed by a wider community, then those groups would be motivated to make their data available in Galaxy.

The development of Galaxy tools for the kinds of data discussed in this paper has only just begun. While short insertion/deletions are handled much like nucleotide substitutions, larger scale mutations, such as inversions, are not currently handled by our Galaxy tools, despite the fact that they are believed to sometimes directly influence phenotypic differences between populations [60, 61]. However, proposed tools need to be carefully evaluated. Importantly, high computational demands are often a limiting factor; examples of tools whose extensive run times make them less desirable for incorporation into Galaxy include PSMC [62] for estimating ancestral population sizes, CoalHMM [63] for estimating population split times, and a tool for identifying a set of individuals that is an “optimal” choice for founding a captive-breeding population or a relocation effort [64]. Still, we hope the reader has become convinced that the resources we provide constitute a worthwhile addition to software for genome analysis.

Methods

Putting tools on Galaxy

Our analysis tools were integrated into the Galaxy web-based platform [14]. We followed the documentation [65] to install our own Galaxy instance. This instance was used as a test-bed for integrating our analysis tools. A tool definition file was written for each analysis tool, and all of these tool definition files were added to the tool-registry file as described on the Galaxy Wiki [66]. We added new data types [67] to our Galaxy instance to support our SNV table format. After verifying that all of our analysis tools were working as expected, we created a Galaxy Tool Shed [68] repository to share our tools with the Galaxy community by following the documentation [69], producing the final set of Genome Diversity tools [70].

Tools for analyzing SNV tables

Phylogenetic trees can be determined when sequence data come from individuals (as opposed to pooled samples). For each pair of individuals, the “informative” SNVs having a user-specified read-coverage are used, and the distance between the two individuals is the number of genotypic differences divided by the number of informative sites. A neighbor-joining tree is constructed from these differences by QuickTree [71]. The output includes a viewable tree and formatted inputs to one of several popular tree-drawing tools. For small data sets, such as for a modest number of mitochondrial SNPs, we let users run RAxML [72]. Principal component analysis (tool #12) is preformed by smartpca[73], the ancestry analysis (#14) uses admixture[38, 39] and the “Remarkable Intervals” tool implements a published algorithm [74], Figure 6. PCR primer sequences are computed off-line by Primer3 [75]. Determining an optimal set of breeding pairs (toll #22) is an instance of a classic computational problem known in the Operations Research literature as the “assignment problem”, and called “weighted optimal bipartite matching” by computer scientists; it can be solved efficiently [76].

The admixture tool (#15) uses allele frequencies in the source populations to estimate the probability that a genotype observed at one SNV in a potentially admixed individual would be generated by randomly sampling chromosomes in each of the three possible combinations (six combinations if there are three source populations). For instance, if the frequencies of the reference (or consensus) allele in the two source populations are p and q, then the probabilities of the admixed individual being homozygous for the reference allele are p 2 if both chromosomes come from the first source population, q 2 if both are from the second source population, and p × q if the individual has one chromosome from each source. The logarithms of these values are added along a chromosomal segment to estimate the (logarithm of the) probability that the sequence of genotypes along the segment would be produced. Logarithms are used so that values can be added instead of multiplied and to forestall underflow in computer arithmetic. A dynamic programming algorithm is used to select chromosomal positions where the source of the admixed segment is switched (e.g., from homozygous in the first source population to heterozygous).

KEGG and Gene Ontology

We implemented a set of tools to evaluate the possible effect of mutations on phenotypic differences. The first group of tools assesses the over-representation of input genes in phenolic categories (i.e., GO terms and KEGG pathways), and the second uses network metrics to calculate the impact of these genes in a given phenotype (i.e., KEGG pathways).

GOs are a broadly used category of gene annotations that describe their functions through the use of domain-specific ontologies [77]. Each gene is associated to one or more GO terms, and in turn, each GO term can be associated to one or more genes. Our set of programs includes the Rank Terms tool (#27) to determine the enrichment of a gene list (i.e., mutated genes) in GO terms. To do so, each gene is associated to a GO term following the Ensembl annotation [78]. Further, the probability of GO term enrichment and depletion among the genes in the input list is calculated with a two-tailed Fisher exact test, as suggested [79]. The tool returns a table that ranks the GO terms based on the percentage of genes in an input dataset (out of the total in each category in a background list) and their enrichment/depletion probability.

Network-based approaches have been recently introduced with promising results to capture the intricate relation of genes, regulatory elements and phenotypes [80, 81]. The Rank Pathways tool (#25) is designed to study phenotypes as networks. This tool takes, as input, the set of metabolic pathways and biological processes in the KEGG database [82, 83] and ranks them based on two criteria. The first criterion returns a table that ranks the KEGG pathway based on the percentage of genes in an input dataset (out of the total in each pathway) and their enrichment/depletion probability (calculated by a two-tailed Fisher exact test).

The second ranking criterion ranks KEGG pathways based on the change in length and number of paths connecting sources and sinks between pathways that exclude or include the nodes representing the genes in an input list. Sources are all the nodes representing the initial reactants/products in the pathway. Sinks are all the nodes representing the final reactants/products in the pathway. In detail, the mean length and number of paths between sources and sinks is calculated for each pathway including and excluding the genes in the input dataset; further, the change in both parameters is estimated and ranked [84, 85]. Gene names and networks are obtained from each KGML pathway file from the KEGG database of the reference species.

In addition, the Get Pathways tool (#24) maps KEGG genes and pathways to Ensembl codes, while the Pathway Image tool (#26) plots KEGG pathways highlighting genes of interest respectively (e.g., Figure 3). In more detail, the second tool takes as input datasets with KEGG gene codes and pathways, links the genes present in the input table to specific modules (i.e., a collection of functional units) and returns an image of a KEGG pathway highlighting (in red) the modules representing genes in the input dataset.

Chicken

The published SNVs [31] were kindly provided to us by Carl-Johan Rubin and Leif Andersson. Importantly, the sequences were from pooled samples of birds, so the numbers of reads observed for each allele in each sample (rather than just a “genotype” for the sample) was required to reproduce their results. We created a Galaxy gd_snp table. For each sample, in addition to the two allele counts, the SNV had a “genotype” that we extracted from comments in the dbSNP records listing the samples where each allele was observed, which we included to permit attempts to reproduce some of the published [31] using just the information in dbSNP. (We were unable to accomplish this feat). Extracting that information required help from the dbSNP staff at NCBI. Since no quality values were available to us, we used the place-holder “–1” in columns 5, 9, 13-45. The data and a command “workflow” for the results described in this paper are available on Galaxy.

A southern African genome

Three methods were applied to detect admixtured haplotype blocks in a southern Bantu genome (ABT): PCAdmix [15], HAPMIX [14], and the Galaxy admixture tool. Applying those methods required population datasets of two or three putative ancestral populations in order to assign ancestries to each SNV or particular size of haplotype. We retrieved genotyping SNV datasets of various populations from two human variation projects, HGDP [86] and HapMap [87], and one publication [88]. We selected 419,974 SNVs that were common among the datasets, after filtering out multiple-allelic and possible “flipped” SNVs. For the estimation of ancestry of the Bantu individual, Khoisan, Bantu, Yoruba, and two non-African (CEU and CHB) populations were selected from the datasets. For the accuracy of analyses, we included only unrelated individuals and excluded outlier individuals, which were not clustered with the corresponding populations in the PCA analysis. The final dataset used in this study consisted of 419,974 SNVs from 481 individuals. Regarding ABT, we extracted the genotypes of the same SNV positions from the ABT genome sequences [37].

Pig

The table of porcine SNVs was contributed by Martien Groenen.

Chytrid fungus

We converted the table Bd_49.selectedSNPs.5.ACGT.10X.tab [47] to gd_genotype format. From the same website we obtained a mapping of gene names to GO categories, and lists of genes with dN > dS, with LOH, and with CNVs. We extracted gene annotations from the file batrachochytrium _ dendrobatidis _ 1 _ genome _ summary _ per _ gene . txt [89].

Mitochondria

The coverage data for colugo were contributed by William Murphy.

Availability of supporting data

The data sets and tools sufficient to reproduce results described in this paper are available on the GigaGalaxy website [90]. The tools discussed here are available from the Galaxy website [1], under “Genome Diversity”. Links to the materials and future examples will also be made available from a Galaxy page [91], along with documentation for using the tools [92]. Please send requests for other materials to webb@bx.psu.edu.

Abbreviations

AD:

All domestic (chickens)

AD:

also abbreviates “Allelic Depth” in VCF file

AIM:

Ancestry informative marker

Bp:

Base pair

CNV:

Copy Number Variation

gd:

Genome diversity

GO:

Gene ontology

GPL:

Global Panzootic Lineage

KEGG:

Kyoto Encyclopedia of Genes and Genomes

LOH:

Loss of Heterozygosity

LSBL:

Locus-specific branch length

PCA:

Principal components analysis

QTL:

Quantitative Trait Locus

SNP:

Single-nucleotide polymorphism

SNV:

Single-nucleotide variant

YNP:

Yellowstone National Park (wolves).

References

  1. Galaxy.http://usegalaxy.org.

  2. Giardine B, Riemer C, Hardison RC, Burhans R, Elnitski L, Shah P, Zhang Y, Blankenberg D, Albert I, Taylor J, Miller W, Kent WJ, Nekrutenko A: Galaxy: a platform for interactive large-scale genome analysis. Genome Res. 2005, 15: 1451-1455. 10.1101/gr.4086505.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Blankenberg D, Von Kuster G, Coraor N, Ananda G, Lazarus R, Mangan M, Nekrutenko A, Taylor J: Galaxy: a web-based genome analysis tool for experimentalists. Curr Protoc Mol Biol. 2010, 10: 1-21. Unit 19

    Google Scholar 

  4. Goecks J, Nekrutenko A, Taylor J, Galaxy Team: Galaxy: a comprehensive approach for supporting accessible, reproducible, and transparent computational research in the life sciences. Genome Biol. 2010, 11: R86-10.1186/gb-2010-11-8-r86.

    Article  PubMed  PubMed Central  Google Scholar 

  5. Wright S: The genetical structure of populations. Ann Eugen. 1951, 15: 323-354.

    Article  CAS  PubMed  Google Scholar 

  6. Weir BS, Cockerham CC: Estimating F-statistics for the analysis of population structure. Evolution. 1984, 38: 1358-1370. 10.2307/2408641.

    Article  Google Scholar 

  7. Reich D, Thangaraj K, Patterson N, Price AL: Singh: Reconstructing Indian population history. Nature. 2009, 461: 489-494. 10.1038/nature08365.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Willing EM, Dreyer C, van Oosterhout C: Estimates of genetic differentiation measured by F ST do not necessarily require large sample sizes when using many SNP markers. PLoS One. 2012, 7: e42649-10.1371/journal.pone.0042649.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Akey JM, Zhang G, Zhang K, Jin L, Shriver MD: Interrogating a high-density SNP map for signatures of natural selection. Genome Res. 2002, 12: 1805-1814. 10.1101/gr.631202.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Holsinger KE, Weir BS: Genetics in geographically structured populations: defining, estimating and interpreting F(ST). Nat Rev Genet. 2009, 10: 639-650. 10.1038/nrg2611.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Elhaik E: Empirical distributions of F(ST) from large-scale human polymorphism data. PLoS One. 2012, 7: e49837-10.1371/journal.pone.0049837.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Huerta-Sánchez E, Degiorgio M, Pagani L, Tarekegn A, Ekong R, Antao T, Cardona A, Montgomery HE, Cavalleri GL, Robbins PA, Weale ME, Bradman N, Bekele E, Kivisild T, Tyler-Smith C, Nielsen R: Genetic signatures reveal high-altitude adaptation in a set of Ethiopian populations. Mol Biol Evol. 2013, 30: 1877-1888. 10.1093/molbev/mst089.

    Article  PubMed  PubMed Central  Google Scholar 

  13. Tang H, Coram M, Wang P, Zhu X, Risch N: Reconstructing genetic ancestry blocks in admixed individuals. Am J Hum Genet. 2006, 79: 1-12. 10.1086/504302.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Price AL, Tandon A, Patterson N, Barnes KC, Rafaels N, Ruczinski I, Beaty TH, Mathias R, Reich D, Myers S: Sensitive detection of chromosomal segments of distinct ancestry in admixed populations. PLoS Genet. 2009, 5: e1000519-10.1371/journal.pgen.1000519.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Brisbin A: Doctoral Dissertation. Linkage analysis for categorical traits and ancestry assignment in admixed individuals. 2010, Cornell University

    Google Scholar 

  16. Perry GH, Louis EE, Ratan A, Bedoya-Reina OC, Burhans R, Lei R, Johnson SE, Schuster SC, Miller W: Aye-aye population genomic analyses highlight an important center of endemism in northern Madagascar. Proc Natl Acad Sci U S A. 2013, 110: 5823-5828. 10.1073/pnas.1211990110.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Perry GH, Reeves D, Melsted P, Ratan A, Miller W, Michelini K, Louis EE, Pritchard JK, Mason CE, Gilad Y: A genome sequence resource for the aye-aye (Daubentonia madagascariensis), a nocturnal lemur from Madagascar. Genome Biol Evol. 2012, 4: 126-135. 10.1093/gbe/evr132.

    Article  CAS  PubMed  Google Scholar 

  18. Shriver MD, Kennedy GC, Parra EJ, Lawson HA, Sonpar V, Huang J, Akey JM, Jones KW: The genomic distribution of population substructure in four populations using 8,525 autosomal SNPs. Hum Genom. 2004, 1: 274-286. 10.1186/1479-7364-1-4-274.

    Article  CAS  Google Scholar 

  19. Hutter H, Vogel BE, Plenefisch JD, Norris CR, Proenca RB, Spieth J, Guo C, Mastwal S, Zhu X, Scheel J, Hedgecock EM: Conservation and novelty in the evolution of cell adhesion and extracellular matrix genes. Science. 2000, 287: 989-994. 10.1126/science.287.5455.989.

    Article  CAS  PubMed  Google Scholar 

  20. Miner JH, Yurchenco PD: Laminin functions in tissue morphogenesis. Annu Rev Cell Dev Biol. 2004, 20: 255-284. 10.1146/annurev.cellbio.20.010403.094555.

    Article  CAS  PubMed  Google Scholar 

  21. Ibraghimov-Beskrovnaya O, Ervasti JM, Leveille CJ, Slaughter CA, Sernett SW, Campbell KP: Primary structure of dystrophin-associated glycoproteins linking dystrophin to the extracellular matrix. Nature. 1992, 355: 696-702. 10.1038/355696a0.

    Article  CAS  PubMed  Google Scholar 

  22. Hara Y, Balci-Hayta B, Yoshida-Moriguchi T, Kanagawa M, Beltrán-Valero de Bernabé D, Gündeşli H, Willer T, Satz JS, Crawford RW, Burden SJ, Kunz S, Oldstone MB, Accardi A, Talim B, Muntoni F, Topaloğlu H, Dinçer P, Campbell KP: A dystroglycan mutation associated with limb-girdle muscular dystrophy. N Engl J Med. 2011, 364: 939-946. 10.1056/NEJMoa1006939.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  23. Petrof BJ, Shrager JB, Stedman HH, Kelly AM, Sweeney HL: Dystrophin protects the sarcolemma from stresses developed during muscle contraction. Proc Natl Acad Sci U S A. 1993, 90: 3710-3714. 10.1073/pnas.90.8.3710.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Samonte RV, Eichler EE: Segmental duplications and the evolution of the primate genome. Nat Rev Genet. 2002, 3: 65-72.

    Article  CAS  PubMed  Google Scholar 

  25. Anapol FC, Jungers WL: Architectural and histochemical diversity within the quadriceps femoris of the brown lemur (Lemur fulvus). Am J Phyl Anthropol. 1986, 69: 355-375. 10.1002/ajpa.1330690308.

    Article  CAS  Google Scholar 

  26. Ward SC, Sussman RW: Correlates between locomotor anatomy and behavior in two sympatric species of Lemur. Am J Phys Anthropol. 1979, 50: 575-590. 10.1002/ajpa.1330500409.

    Article  CAS  PubMed  Google Scholar 

  27. Kivell TL, Schmitt D, Wunderlich RE: Hand and foot pressures in the aye-aye (Daubentonia madagascariensis) reveal novel biomechanical trade-offs required for walking on gracile digits. J Exp Biol. 2010, 213: 1549-1557. 10.1242/jeb.040014.

    Article  PubMed  Google Scholar 

  28. Wilmé L, Goodman SM, Ganzhorn JU: Biogeographic evolution of Madagascar's microendemic biota. Science. 2006, 312: 1063-1065. 10.1126/science.1122806.

    Article  PubMed  Google Scholar 

  29. Sabeti PC, Schaffner SF, Fry B, Lohmueller J, Varilly P, Shamovsky O, Palma A, Mikkelsen TS, Altshuler D, Lander ES: Positive natural selection in the human lineage. Science. 2006, 312: 1614-1620. 10.1126/science.1124309.

    Article  CAS  PubMed  Google Scholar 

  30. International Chicken Genome Sequencing Consortium: Sequence and comparative analysis of the chicken genome provide unique perspectives on vertebrate evolution. Nature. 2004, 432: 696-716.

    Google Scholar 

  31. Rubin CJ, Zody MC, Eriksson J, Meadows JR, Sherwood E, Webster MT, Jiang L, Ingman M, Sharpe T, Ka S, Hallböök F, Besnier F, Carlborg O, Bed'hom B, Tixier-Boichard M, Jensen P, Siegel P, Lindblad-Toh K, Andersson L: Whole-genome resequencing reveals loci under selection during chicken domestication. Nature. 2010, 464: 587-591. 10.1038/nature08832.

    Article  CAS  PubMed  Google Scholar 

  32. Eriksson J, Larson G, Gunnarsson U, Bed'hom B, Tixier-Boichard M, Strömstedt L, Wright D, Jungerius A, Vereijken A, Randi E, Jensen P, Andersson L: Identification of the yellow skin gene reveals a hybrid origin of the domestic chicken. PLoS Genet. 2008, 4: e1000010-10.1371/journal.pgen.1000010.

    Article  PubMed  PubMed Central  Google Scholar 

  33. von Holdt BM, Pollinger JP, Earl DA, Knowles JC, Boyko AR, Parker H, Geffen E, Pilot M, Jedrzejewski W, Jedrzejewska B, Sidorovich V, Greco C, Randi E, Musiani M, Kays R, Bustamante CD, Ostrander EA, Novembre J, Wayne RK: A genome-wide perspective on the evolutionary history of enigmatic wolf-like canids. Genome Res. 2011, 21: 1294-1305. 10.1101/gr.116301.110.

    Article  CAS  Google Scholar 

  34. Reich D, Wayne RK, Goldstein DB: Genetic evidence for a recent origin by hybridization of red wolves. Mol Ecol. 1999, 8: 139-144. 10.1046/j.1365-294X.1999.00514.x.

    Article  CAS  PubMed  Google Scholar 

  35. Phillips MK, Henry VG, Kelly BT: Wolves. Edited by: Mech LD, Boitani L. 2003, Chicago: University of Chicago Press, 272-288. Restoration of the red wolf,Behavior, ecology, and conservation.

    Google Scholar 

  36. Hedrick PW, Fredrickson J: Captive breeding and the reintroduction of Mexican and red wolves. Mol Ecol. 2008, 17: 344-350. 10.1111/j.1365-294X.2007.03400.x.

    Article  CAS  PubMed  Google Scholar 

  37. Schuster SC, Miller W, Ratan A, Tomsho LP, Giardine B, Kasson LR, Harris RS, Petersen DC, Zhao F, Qi J, Alkan C, Kidd JM, Sun Y, Drautz DI, Bouffard P, Muzny DM, Reid JG, Nazareth LV, Wang Q, Burhans R, Riemer C, Wittekindt NE, Moorjani P, Tindall EA, Danko CG, Teo WS, Buboltz AM, Zhang Z, Ma Q, Oosthuysen A: Complete Khoisan and Bantu genomes from southern Africa. Nature. 2010, 463: 943-947. 10.1038/nature08795.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  38. Alexander DH, Novembre J, Lange K: Fast model-based estimation of ancestry in unrelated individuals. Genome Res. 2009, 19: 1655-1664. 10.1101/gr.094052.109.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  39. Alexander DH, Lange K: Enhancements to the ADMIXTURE algorithm for individual ancestry estimation. BMC Bioinforma. 2011, 12: 246-10.1186/1471-2105-12-246.

    Article  Google Scholar 

  40. Rubin CJ, Megens HJ, Martinez Barrio A, Maqbool K, Sayyab S, Schwochow D, Wang C, Carlborg Ö, Jern P, Jørgensen CB, Archibald AL, Fredholm M, Groenen MA, Andersson L: Strong signatures of selection in the domestic pig genome. Proc Natl Acad Sci U S A. 2012, 109: 19529-19536. 10.1073/pnas.1217149109.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  41. Groenen MA, Archibald AL, Uenishi H, Tuggle CK, Takeuchi Y, Rothschild MF, Rogel-Gaillard C, Park C, Milan D, Megens HJ, Li S, Larkin DM, Kim H, Frantz LA, Caccamo M, Ahn H, Aken BL, Anselmo A, Anthon C, Auvil L, Badaoui B, Beattie CW, Bendixen C, Berman D, Blecha F, Blomberg J, Bolund L, Bosse M, Botti S, Bujie Z, Bystrom M, Capitanu B, Carvalho-Silva D, Chardon P, Chen C, Cheng R, Choi SH, Chow W, Clark RC, Clee C, Crooijmans RP, Dawson HD, Dehais P, De Sapio F, Dibbits B, Drou N, Du ZQ, Eversole K, Fadista J, Fairley S, Faraut T, Faulkner GJ, Fowler KE, Fredholm M, Fritz E, Gilbert JG, Giuffra E, Gorodkin J, Griffin DK, Harrow JL, Hayward A, Howe K, Hu ZL, Humphray SJ, Hunt T, Hornshøj H, Jeon JT, Jern P, Jones M, Jurka J, Kanamori H, Kapetanovic R, Kim J, Kim JH, Kim KW, Kim TH, Larson G, Lee K, Lee KT, Leggett R, Lewin HA, Li Y, Liu W, Loveland JE, Lu Y, Lunney JK, Ma J, Madsen O, Mann K, Matthews L, McLaren S, Morozumi T, Murtaugh MP, Narayan J, Nguyen DT, Ni P, Oh SJ, Onteru S, Panitz F, Park EW, Park HS, Pascal G, Paudel Y, Perez-Enciso M, Ramirez-Gonzalez R, Reecy JM, Rodriguez-Zas S, Rohrer GA, Rund L, Sang Y, Schachtschneider K, Schraiber JG, Schwartz J, Scobie L, Scott C, Searle S, Servin B, Southey BR, Sperber G, Stadler P, Sweedler JV, Tafer H, Thomsen B, Wali R, Wang J, Wang J, White S, Xu X, Yerle M, Zhang G, Zhang J, Zhang J, Zhao S, Rogers J, Churcher C, Schook LB: Analyses of pig genomes provide insight into porcine demography and evolution. Nature. 2012, 491: 393-398. 10.1038/nature11622.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  42. Fontanesi L, Schiavo G, Galimberti G, Calò DG, Scotti E, Martelli PL, Buttazzoni L, Casadio R, Russo V: Identification and association analysis of several hundred single nucleotide polymorphisms within candidate genes for back fat thickness in Italian Large White pigs using a selective genotyping approach. J Anim Sci. 2012, 90: 2450-2464. 10.2527/jas.2011-4797.

    Article  CAS  PubMed  Google Scholar 

  43. Mikawa S, Sato S, Nii M, Morozumi T, Yoshioka G, Imaeda N, Yamaguchi T, Hayashi T, Awata T: Identification of a second gene associated with variation in vertebral number in domestic pigs. BMC Genet. 2011, 12: 5-10.1186/1471-2156-12-5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  44. Sato S, Hasebe H, Asahi Y, Hayashi T, Kobayashi E, Sugimoto Y: High-resolution physical mapping and construction of a porcine contig spanning the intramuscular fat content QTL. Anim Genet. 2006, 37: 113-120. 10.1111/j.1365-2052.2005.01397.x.

    Article  CAS  PubMed  Google Scholar 

  45. Piotrowski JS, Annis SL, Longcore JE: Physiology of Batrachochytrium dendrobatidis, a chytrid pathogen of amphibians. Mycologia. 2004, 96: 9-15. 10.2307/3761981.

    Article  PubMed  Google Scholar 

  46. Rosenblum EB, James TY, Zamudio KR, Poorten TJ, Ilut D, Rodriguez D, Eastman JM, Richards-Hrdlicka K, Joneson S, Jenkinson TS, Longcore JE, Parra Olea G, Toledo LF, Arellano ML, Medina EM, Restrepo S, Flechas SV, Berger L, Briggs CJ, Stajich JE: Complex history of the amphibian-killing chytrid fungus revealed with genome resequencing data. Proc Natl Acad Sci U S A. 2013, 110: 9385-9390. 10.1073/pnas.1300130110.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  47. Stajich lab popgen data at GitHub.https://github.com/stajichlab/bd_popgen.

  48. Moss AS, Reddy NS, Dortaj IM, San Francisco MJ: Chemotaxis of the amphibian pathogen Batrachochytrium dendrobatidis and its response to a variety of attractants. Mycologia. 2008, 100: 1-5. 10.3852/mycologia.100.1.1.

    Article  CAS  PubMed  Google Scholar 

  49. Prados-Rosales RC, Roldán-Rodríguez R, Serena C, López-Berges MS, Guarro J, Martínez-del-Pozo A, Di Pietro A: A PR-1-like protein of Fusarium oxysporum functions in virulence on mammalian hosts. J Biol Chem. 2012, 287: 21970-21979. 10.1074/jbc.M112.364034.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  50. Teixeira PJ, Thomazella DP, Vidal RO, do Prado PF, Reis O, Baroni RM, Franco SF, Mieczkowski P, Pereira GA, Mondego JM: The fungal pathogen Moniliophthora perniciosa has genes similar to plant PR-1 that are highly expressed during its interaction with cacao. PLoS One. 2012, 7: e45929-10.1371/journal.pone.0045929.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  51. Koskela HL, Eldfors S, Ellonen P, van Adrichem AJ, Kuusanmäki H, Andersson EI, Lagström S, Clemente MJ, Olson T, Jalkanen SE, Majumder MM, Almusa H, Edgren H, Lepistö M, Mattila P, Guinta K, Koistinen P, Kuittinen T, Penttinen K, Parsons A, Knowles J, Saarela J, Wennerberg K, Kallioniemi O, Porkka K, Loughran TP, Heckman CA, Maciejewski JP, Mustjoki S: Somatic STAT3 mutations in large granular lymphocytic leukemia. N Engl J Med. 2012, 366: 1905-1913. 10.1056/NEJMoa1114885.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  52. Kumar P, Henikoff S, Ng PC: Predicting the effects of coding non-synonymous variants on protein function using the SIFT algorithm. Nat Protoc. 2009, 4: 1073-1081. 10.1038/nprot.2009.86.

    Article  CAS  PubMed  Google Scholar 

  53. Epling-Burnette PK, Liu JH, Catlett-Falcone R, Turkson J, Oshiro M, Kothapalli R, Li Y, Wang JM, Yang-Yen HF, Karras J, Jove R, Loughran TP: Inhibition of STAT3 signaling leads to apoptosis of leukemic large granular lymphocytes and decreased Mcl-1 expression. J Clin Invest. 2001, 107: 351-362. 10.1172/JCI9940.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  54. Lewis BP, Burge CB, Bartel DP: Conserved seed pairing, often flanked by adenosines, indicates that thousands of human genes are microRNA targets. Cell. 2005, 120: 15-20. 10.1016/j.cell.2004.12.035.

    Article  CAS  PubMed  Google Scholar 

  55. Kent WJ, Sugnet CW, Furey TS, Roskin KM, Pringle TH, Zahler AM, Haussler D: The human genome browser at UCSC. Genome Res. 2002, 12: 996-1006.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  56. Meyer LR, Zweig AS, Hinrichs AS, Karolchik D, Kuhn RM, Wong M, Sloan CA, Rosenbloom KR, Roe G, Rhead B, Raney BJ, Pohl A, Malladi VS, Li CH, Lee BT, Learned K, Kirkup V, Hsu F, Heitner S, Harte RA, Haeussler M, Guruvadoo L, Goldman M, Giardine BM, Fujita PA, Dreszer TR, Diekhans M, Cline MS, Clawson H, Barber GP, Haussler D, Kent WJ: The UCSC Genome Browser database: extensions and updates 2013. Nucl Acids Res. 2013, 41: D64-D69. 10.1093/nar/gks1048.

    Article  CAS  PubMed  Google Scholar 

  57. Mason VC, Li G, Helgen KM, Murphy WJ: Efficient cross-species capture hybridization and next-generation sequencing of mitochondrial genomes from noninvasively sampled museum specimens. Genome Res. 2011, 21: 1695-1704. 10.1101/gr.120196.111.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  58. Stiller M, Knapp M, Stenzel U, Hofreiter M, Meyer M: Direct multiplex sequencing (DMPS)–a novel method for targeted high-throughput sequencing of ancient and highly degraded DNA. Genome Res. 2009, 19: 1843-1848. 10.1101/gr.095760.109.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  59. Vines TH, Andrew RL, Bock DG, Franklin MT, Gilbert KJ, Kane NC, Moore JS, Moyers BT, Renaut S, Rennison DJ, Veen T, Yeaman S: Mandated data archiving greatly improves access to research data. FASEB J. 2013, 27: 1304-1308. 10.1096/fj.12-218164.

    Article  CAS  PubMed  Google Scholar 

  60. Romanov MN, Tuttle EM, Houck ML, Modi WS, Chemnick LG, Korody ML, Mork EM, Otten CA, Renner T, Jones KC, Dandekar S, Papp JC, Da Y, Comparative Sequencing Program NISC, Green ED, Magrini V, Hickenbotham MT, Glasscock J, McGrath S, Mardis ER, Ryder OA: The value of avian genomics to the conservation of wildlife. BMC Genomics. 2009, 14 (Suppl 2): S10-

    Article  Google Scholar 

  61. Jones FC, Grabherr MG, Chan YF, Russell P, Mauceli E, Johnson J, Swofford R, Pirun M, Zody MC, White S, Birney E, Searle S, Schmutz J, Grimwood J, Dickson MC, Myers RM, Miller CT, Summers BR, Knecht AK, Brady SD, Zhang H, Pollen AA, Howes T, Amemiya C, Baldwin J, Bloom T, Jaffe DB, Nicol R, Wilkinson J, Lander ES, Di Palma F, Lindblad-Toh K, Kingsley DM, Broad Institute Genome Sequencing Platform & Whole Genome Assembly Team: The genomic basis of adaptive evolution in threespine sticklebacks. Nature. 2012, 484: 55-61. 10.1038/nature10944.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  62. Li H, Durbin R: Inference of human population history from individual whole genome sequences. Nature. 2011, 475: 493-496. 10.1038/nature10231.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  63. Mailund T, Dutheil JY, Hobolth A, Lunter G, Schierup MH: Estimating divergence time and ancestral effective population size of Bornean and Sumatran orangutan subspecies using a coalescent hidden Markov model. PLoS Genet. 2011, 7: e1001319-10.1371/journal.pgen.1001319.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  64. Miller W, Wright SJ, Zhang Y, Schuster SC, Hayes VM: Optimization methods for selecting founder individuals for captive breeding or reintroduction of endangered species. Pac Symp Biocomp. 2010, 15: 43-53.

    Google Scholar 

  65. Get Galaxy: Galaxy Download and Installation.http://getgalaxy.org/.

  66. Hub page for Galaxy Administration of computational tools.http://wiki.galaxyproject.org/Admin/Tools.

  67. Hub page for administering Galaxy data types.http://wiki.galaxyproject.org/Admin/Datatypes.

  68. Galaxy Tool Shed: Categories. Categories,http://usegalaxy.org/toolshed.

    Google Scholar 

  69. Galaxy Tool Shed.http://wiki.galaxyproject.org/Tool%20Shed.

  70. Galaxy Tool Shed: Repository ‘genome_diversity’.http://usegalaxy.org/toolshed/view/miller-lab/genome_diversity.

  71. Howe K, Bateman A, Durbin R: QuickTree: building huge Neighbour-Joining trees of protein sequences. Bioinformatics. 2002, 18: 1546-1547. 10.1093/bioinformatics/18.11.1546.

    Article  CAS  PubMed  Google Scholar 

  72. Stamatakis A: RAxML-VI-HPC: maximum likelihood-based phylogenetic analyses with thousands of taxa and mixed models. Bioinformatics. 2006, 22: 2688-2690. 10.1093/bioinformatics/btl446.

    Article  CAS  PubMed  Google Scholar 

  73. Patterson N, Price AL, Reich D: Population structure and eigenanalysis. PLoS Genet. 2006, 2: e190-10.1371/journal.pgen.0020190.

    Article  PubMed  PubMed Central  Google Scholar 

  74. Huang X, Pevzner P, Miller W: Combinatorial Pattern Matching. Edited by: Crochemore M, Gusfield D. 1994, Berlin: Springer-Verlag, 807: 87-101. 10.1007/3-540-58094-8_8. Parametric recomputing in alignment graphs, Springer Lecture Notes in Computer Science.

    Chapter  Google Scholar 

  75. Rozen S, Skaletsy HJ: Bioinformatics Methods and Protocols. Edited by: Misener KS. 2000, Totowa NJ: Humana Press, 365-386. Primer3 on the WWW for general users and for biologist programmers, Methods in Molecular Biology.

    Google Scholar 

  76. Fredman M, Tarjan R: Fibonacci heaps and their uses in improved network optimization algorithms. J Assoc Comput Mach. 1987, 34: 596-615. 10.1145/28869.28874.

    Article  Google Scholar 

  77. Blake JA, Chan J, Kishore R, Sternberg P, Van Auken K: Gene ontology annotations and resources. Nucleic Acids Res. 2013, 41: D530-D535.

    Article  CAS  PubMed  Google Scholar 

  78. Flicek P, Ahmed I, Amode MR, Barrell D, Beal K, Brent S, Carvalho-Silva D, Clapham P, Coates G, Fairley S, Fitzgerald S, Gil L, García-Girón C, Gordon L, Hourlier T, Hunt S, Juettemann T, Kähäri AK, Keenan S, Komorowska M, Kulesha E, Longden I, Maurel T, McLaren WM, Muffato M, Nag R, Overduin B, Pignatelli M, Pritchard B, Pritchard E, Riat HS, Ritchie GR, Ruffier M, Schuster M, Sheppard D, Sobral D, Taylor K, Thormann A, Trevanion S, White S, Wilder SP, Aken BL, Birney E, Cunningham F, Dunham I, Harrow J, Herrero J, Hubbard TJ, Johnson N, Kinsella R, Parker A, Spudich G, Yates A, Zadissa A, Searle SM: Ensembl 2013. Nucleic Acids Res. 2013, 41: D48-D55. 10.1093/nar/gks1236.

    Article  CAS  PubMed  Google Scholar 

  79. Rivals I, Personnaz L, Taing L, Potier MC: Enrichment or depletion of a GO category within a class of genes: which test?. Bioinformatics. 2007, 23: 401-407. 10.1093/bioinformatics/btl633.

    Article  CAS  PubMed  Google Scholar 

  80. Kryukov GV, Pennacchio LA, Sunyaev SR: Most rare missense alleles are deleterious in humans: implications for complex disease and association studies. Am J Hum Genet. 2007, 80: 727-739. 10.1086/513473.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  81. Sonachalam M, Shen J, Huang H, Wu X: Systems biology approach to identify gene network signatures for colorectal cancer. Front Genet. 2012, 3: 80-

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  82. Kanehisa M, Goto S: KEGG: Kyoto encyclopedia of genes and genomes. Nucleic Acids Res. 2000, 28: 27-30. 10.1093/nar/28.1.27.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  83. Kanehisa M, Goto S, Sato Y, Furumichi M, Tanabe M: KEGG for integration and interpretation of large-scale molecular datasets. Nucleic Acids Res. 2012, 40: D109-D114. 10.1093/nar/gkr988.

    Article  CAS  PubMed  Google Scholar 

  84. Miller W, Hayes VM, Ratan A, Petersen DC, Wittekindt NE, Miller J, Walenz B, Knight J, Qi J, Zhao F, Wang Q, Bedoya-Reina OC, Katiyar N, Tomsho LP, Kasson LM, Hardie RA, Woodbridge P, Tindall EA, Bertelsen MF, Dixon D, Pyecroft S, Helgen KM, Lesk AM, Pringle TH, Patterson N, Zhang Y, Kreiss A, Woods GM, Jones ME, Schuster SC: Genetic diversity and population structure of the endangered marsupial Sarcophilus harrisii (Tasmanian devil). Proc Natl Acad Sci U S A. 2011, 108: 12348-12353. 10.1073/pnas.1102838108.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  85. Bedoya-Reina OC, Ratan A, Harris RS, Riemer C, Burhans R, Perry GH, Schuster SC, Miller W: Network approaches reveal hypothetical causes for phenotypes in wild mammal populations. Genome Informatics. 2012, Cambridge, UK: Robinson College, 6-9 September 2012

    Google Scholar 

  86. Cann HM, de Toma C, Cazes L, Legrand MF, Morel V, Piouffre L, Bodmer J, Bodmer WF, Bonne-Tamir B, Cambon-Thomsen A, Chen Z, Chu J, Carcassi C, Contu L, Du R, Excoffier L, Ferrara GB, Friedlaender JS, Groot H, Gurwitz D, Jenkins T, Herrera RJ, Huang X, Kidd J, Kidd KK, Langaney A, Lin AA, Mehdi SQ, Parham P, Piazza A, Pistillo MP, Qian Y, Shu Q, Xu J, Zhu S, Weber JL, Greely HT, Feldman MW, Thomas G, Dausset J, Cavalli-Sforza LL: A human genome diversity cell line panel. Science. 2002, 296: 261-262.

    Article  CAS  PubMed  Google Scholar 

  87. The international HapMap Consortium: The international HapMap project. Nature. 2003, 426: 789-796. 10.1038/nature02168.

    Article  Google Scholar 

  88. Schlebusch CM, Skoglund P, Sjödin P, Gattepaille LM, Hernandez D, Jay F, Li S, De Jongh M, Singleton A, Blum MG, Soodyall H, Jakobsson M: Genomic variation in seven Khoe-San groups reveals adaptation and complex African history. Science. 2012, 338: 374-379. 10.1126/science.1227721.

    Article  CAS  PubMed  Google Scholar 

  89. Download B: dendrobatidis Sequence.http://www.broadinstitute.org/annotation/genome/batrachochytrium_dendrobatidis/MultiDownloads.html.

  90. Bedoya-Reina OC, Ratan A, Burhans R, Kim HL, Giardine B, Riemer C, Li Q, Olson TL, Loughran TP, von Holdt BM, Perry GH, Schuster SC, Miller W: GigaGalaxy workflows and histories from “Galaxy tools to study genome diversity”. GigaScience Database. 2013,http://dx.doi.org/10.5524/100069.

    Google Scholar 

  91. Galaxy page for this paper.http://usegalaxy.org/r/diversity-tools.

  92. Documentation for Genome Diversity Tools.http://www.bx.psu.edu/miller_lab/docs/galaxy_phen_assoc/tutorial/example4/example4.html.

  93. Krause J, Unger T, Noçon A, Malaspinas AS, Kolokotronis SO, Stiller M, Soibelzon L, Spriggs H, Dear PH, Briggs AW, Bray SC, O'Brien SJ, Rabeder G, Matheus P, Cooper A, Slatkin M, Pääbo S, Hofreiter M: Mitochondrial genomes reveal an explosive radiation of extinct and extant bears near the Miocene-Pliocene boundary. BMC Evol Biol. 2008, 8: 220-10.1186/1471-2148-8-220.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

We thank Andreanna Welsh and Charlotte Lindqvist for early testing of the Galaxy tools, Carl-Johan Rubin and Leif Andersson for graciously supplying the chicken data, and Martien Groenen for providing the pig data. The dbSNP on-line help-desk extracted the comments in the chicken SNP entries. Michael DeGiorgio discussed the interplay between admixture and identification of selective sweeps. Development of the Galaxy tools for analyzing SNVs from low-coverage sequence data was supported in part by NIH award 1 UL1 RR033184-01 to the Penn State Clinical and Translational Science Institute, with supplemental funding from a grant from the Pennsylvania Department of Health using Tobacco Commonwealth Universal Research Enhancement Funds. TLO and TPL were supported by NIH award CA 170334. Development of the tools to help guide captive-breeding programs (tools #19-#23) was supported by the Gordon and Betty Moore Foundation, and was helped by suggestions from Katherine Rall and Jon Ballou.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Webb Miller.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

The project was designed by WM, with guidance from SCS and GHP. The Galaxy tools were written, installed, and documented by OCB-R, AR, RB, BG, CR and WM. QL provided statistical expertise. The paper was written by WM, with sections contributed by OCB-R, HLK, TLO, TPL and BMH. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution License ( https://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

Bedoya-Reina, O.C., Ratan, A., Burhans, R. et al. Galaxy tools to study genome diversity. GigaSci 2, 17 (2013). https://doi.org/10.1186/2047-217X-2-17

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/2047-217X-2-17

Keywords