Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Identification of key contributors in complex population structures

Abstract

Evaluating the genetic contribution of individuals to population structure is essential to select informative individuals for genome sequencing, genotype imputation and to ascertain complex population structures. Existing methods for the selection of informative individuals for genomic imputation solely focus on the identification of key ancestors, which can lead to a loss of phasing accuracy of the reference population. Currently many methods are independently applied to investigate complex population structures. Based on the Eigenvalue Decomposition (EVD) of a genomic relationship matrix we describe a novel approach to evaluate the genetic contribution of individuals to population structure. We combined the identification of key contributors with model-based clustering and population network visualization into an integrated three-step approach, which allows identification of high-resolution population structures and substructures around such key contributors. The approach was applied and validated in four disparate datasets including a simulated population (5,100 individuals and 10,000 SNPs), a highly structured experimental sheep population (1,421 individuals and 44,693 SNPs) and two large complex pedigree populations namely horse (1,077 individuals and 38,124 SNPs) and cattle (2,457 individuals and 45,765 SNPs). In the simulated and experimental sheep dataset, our method, which is unsupervised, successfully identified all known key contributors. Applying our three-step approach to the horse and cattle populations, we observed high-resolution population substructures including the absence of obvious important key contributors. Furthermore, we show that compared to commonly applied strategies to select informative individuals for genotype imputation including the computation of marginal gene contributions (Pedig) and the optimization of genetic relatedness (Rel), the selection of key contributors provided the highest phasing accuracies within the selected reference populations. The presented approach opens new perspectives in the characterization and informed management of populations in general, and in areas such as conservation genetics and selective animal breeding in particular, where assessing the genetic contribution of influential and admixed individuals is crucial for research and management applications. As such, this method provides a valuable complement to common applied tools to visualize complex population structures and to select individuals for re-sequencing.

Introduction

Recent innovations in high throughput sequencing [1] and array technologies [2] have led to the development of draft/reference genomes for an extensive range of domestic animal species and the identification of large numbers of single nucleotide polymorphisms (SNPs) [35]. Presently, global efforts are focusing on re-sequencing additional animals within species and breed groups to improve knowledge on the genetic architecture and allow identification of high-resolution variation between individuals [69]. A typical approach in such scenarios is to re-sequence informative individuals within populations, and to impute whole genome sequence level genotypes of additional animals genotyped with high density SNP panels [10, 11].

Existing methods for the selection of reference individuals for genotype imputation solely focus on the identification of key ancestors through pedigree or genomic relationship information to maximize genetic diversity [12, 13]. Typically such strategies do not account for population substructures and neglect the genotype information of the most influential progeny, which leads to a loss of phasing accuracy of the reference population [14, 15] and has posed problems in genotype imputation [15]. Therefore, we propose an alternative strategy to select informative individuals within genotyped populations based on the Eigenvalue Decomposition (EVD) of a genomic relationship matrix among genotyped individuals.

Eigenvalue Decomposition like Principal Component Analysis (PCA) is a multivariate technique that provides an optimal subspace to investigate population structures by maximizing variation on the highest ranked components [16]. Based upon this mathematical principle we identified individuals that maximizes the variation of the genetic relationship structure accounted for, by calculating the correlation between each individual and the number of significant components. Individuals that capture most of the variation in the relevant genetic relationship structure within populations will hereafter be referred to as “key contributors”. Here, we demonstrate that the identification of key contributors is directly associated with the number of significant components and that the selection of key contributors increases phasing accuracy of the reference populations compared to other commonly applied methods. Of note is that key contributors are distinctly different from the identification of key ancestors through pedigree or genomic relationship information to maximize genetic diversity [12, 13] as we show further on in the results.

Recently, it was demonstrated that population substructures due to admixture affect imputation reliability and accuracy [11, 17]. Commonly, model-based algorithms such as implemented in Structure [18] and Admixture [19], as well as distance-based methods derived from PCA [20] are applied to uncover population substructures. The results of numerous studies show that both methods are efficient tools to investigate population structures based on genome-wide SNP data [2123]. However as such, these methods do not provide any information on the genetic contribution of individuals within populations. Therefore, we combined the identification of key contributors with model-based clustering (Admixture) [19] and high-definition network visualization (NetView) [24] into an integrated three-step approach, which supports the investigation of complex population structures without the knowledge of a priori ancestry information. Furthermore, we discuss how the results of this study can be used to maintain genetic diversity in breeding and conservation programs, to allow identification of substructures for downstream analyses such as genome-wide association (GWA), genomic selection (GS), and genome re-sequencing studies.

Materials and methods

Computation of genetic relationship matrices

The identification of key contributors is based on the EVD of a relationship matrix and the number of significant components. This requires as input a symmetric relationship matrix A of dimension n x n, where n is the number of individuals. To account for Mendelian sampling effects within the populations we decided to use identity by descent (IBD) genomic relationship matrices (G) computed using Germline [25]. Germline was run with default parameter setting except for “-bits 9” and “-err hom 1”, using the phased haplotype data on all the autosomes as input data. The haplotype data of the three livestock populations were inferred using Dualphase [26] in case of sheep, whilst haplotypes for horse and cattle were derived with the software package Beagle v3.3.2 [27]. For the simulated data we used known haplotypes. The IBD segments were computed among all pairs of individuals, and the pair-wise sum of these segments expressed as a proportion of the total length of the autosomal genome, was taken as the IBD genomic relationship. However, it is important to note that different kinds of genetic relationship matrices [28, 29]can also be applied.

Determining the number of significant components

To determine the number of k significant components for G we used the empirical method described as Horn’s parallel analysis, which is implemented in the statistical software package paran (http://www.r-project.org). This method employs Monte Carlo estimates to retain the most significant components under a defined level of significance and number of iterations. Here, we chose a significance level of P = 0.01 and 10,000 iterations, which have been suggested in the modified version of Horn’s parallel analysis [30].

Identification of key contributors

The EVD of G returns n nonnegative eigenvalues λi, i = 1, …, n and n singular eigenvectors ui, i = 1, …, n. Traditionally, the set of ui are summarized in the matrix U, where each column corresponds to an eigenvector and λi are stored in a diagonal matrix λ such that: (1)

Inferring eigenvectors or principal components (PCs) is a common strategy in population genetics to visualize population structures based on a small number of PCs (e.g. two or three) and to allocate individuals to population clusters on low dimensional data [28]. As such, eigenvectors are mathematical abstractions and do not correspond to an individual. To determine which individuals lie in the optimal subspace spanned by the top k significant components, we derived standardized eigenvectors by dividing the eigenvectors by the square root of their corresponding eigenvalues , which is a common procedure in Principal Coordinate axes analysis (PCoA) [31]. Next, we calculated the correlation (rij) between the j—th individual (gj) and the i—th standardized eigenvector (si) limiting the number of si to the first k significant components (see description above) (2)

Finally, we ranked all individuals according to the genetic contribution score (gcj) and considered individuals correlated with top k significant components as key contributors (3)

The method to determine key contributors within populations is implemented in R (http://www.r-project.org) and available online at https://github.com/esteinig/netview.

Admixture

To estimate the individual levels of admixture (aj) within the two admixed populations (sheep and horse) we performed model-based cluster analyses using the program Admixture 1.23 [19]. We ran Admixture assuming two ancestral populations (K = 2) in 100 replicates and assessed convergence between individual runs. Using low values for K, all runs arrived at the same or very similar log-likelihood scores (LLs). Admixture results were integrated within the high-resolution population structure analyses and also visualized with the program Distruct 1.1 [32].

Netview

To identify and visualize aj and gcj of the individuals within the populations, we used the network-based clustering algorithm Spc [33] as implemented in the high-definition network visualization approach NetView [24]. The input to Spc is a symmetric distance matrix (D) between individuals, with genetic distances for all samples being calculated by subtracting pairwise relations from one (1 − G). The free parameters of Spc are the numbers of k-nearest neighbors (k-NN), a Pott spin variable (q) and the range of temperature along which the clustering is performed (ΔT). We applied the algorithm in its default setting, that is k-NN = 10, q = 20 and ΔT = 0.01. An implementation of NetView pipeline is also posted at http://sydney.edu.au/vetscience/reprogen/netview/ and was recently described as a Python pipeline by Steining et al. [34] https://github.com/esteinig/netview. In order to retain well-structured population networks, we used the open graph visualization platform Cytoscape v.2.83 [35] and the plugin MultiColoredNodes [36] for the final network visualization. Applying NetView population structure is presented in terms of nodes, edges between nodes and thickness of edges. In the final network presentation, we have associated the node size of each individual with their respective gcj, whilst the node color of each individual represents the proportion aj according to the pre-specified number of clusters (see workflow as illustrated in Fig 1). In order to express the strength of relationship between individuals the thickness of an edge is associated with the genetic distance between two nodes, with thicker edges corresponding to lower genetic distance.

thumbnail
Fig 1. Workflow of the high-resolution population structure analysis.

Schematically representation of the different analyses involved in the integrated three-step procedure.

https://doi.org/10.1371/journal.pone.0177638.g001

Phasing accuracy of selected reference populations

To demonstrate the utility of our strategy for selecting key contributors in complex population structures to increase phasing accuracy of the respective reference population, we compared the phasing accuracy of selected individuals with two other methods suggested in the literature [14, 37]. For comparison we additionally identified sets of individuals selected based on their pedigree-based marginal gene contributions using the program package Pedig (Ped) [12], expected genetic relationships to the reference population as presented by Goddard and Hayes (Rel) [13] and animals selected at random (Ran). Here we also applied Rel strategy on G as described above. After selecting sets of informative individuals according to the respective methods, the inferred haplotype phase of the simulated data was compared with the true haplotype phase for each individual in the reference population, whilst for sheep, horse and cattle we used the most likely haplotype phase. For this purpose we phased individual genotypes of the three populations based on the given pedigree structure including the information of trios and duos. These haplotypes should be highly accurate and hence suitable for validation. We examined phasing accuracy by using the switch-error-rate metric, dividing the number of observed switches by the number of all heterozygous SNPs-1 [38]. Phasing accuracy was evaluated for the different sets of key contributors in each population and four additional scenarios increasing the number of selected individuals from 20 to 80 in increments of 20. Phasing of the three livestock populations and the selected sets of reference individuals was performed with the program FImpute [39].

Simulated data

The simulated data consisted of a total of 5,100 individuals and 10,000 SNPs as described by Usai et al. [40] at http://qtl-mas-2012.kassiopeagroup.com/en/dataset.php. The simulation starts with a base population (F0) of 1,020 unrelated individuals (20 males and 1,000 females). The first generation (F1) was generated by randomly mating each of the 20 founder males with 50 females. All dams produced female offspring, except 20 dams which generated two offspring (one male and one female offspring). Each of the next three generations (F2-F4) also consisted of 20 males and 1,000 females and was generated following the same principle, by randomly mating each male with 50 females of the previous generation, whilst the five generations did not overlap. The simulated genome consisted of five chromosomes each spanning 100 Mb with 2,000 equally distributed SNPs. Applying a random mating strategy in the simulation it is possible that inbreeding occurs within each of the following generations (F2-F4). Therefore, we computed the genome-based inbreeding coefficient of all individuals (f) using the software package Plink [41].

Sheep data

The sheep data represents an experimental backcross/intercross sheep resource flock. The mating strategies and development of this population were described in detail by Raadsma et al. [42]. Briefly, the establishment of the sheep population was done in three phases. In phase one, F1 males and females were produced by crossing four Awassi founder sires (F0) with 30 fine/medium wool Merino ewes. Four F1 sires were selected to represent each of the F0 sires as well as one medium wool Merino (F1 Sire_1) and three related fine wool Merinos F0 dams (F1 Sire_2, F1 Sire_3 and F1 Sire_4). After selection, these four F1 sires were backcrossed to unrelated medium wool Merino ewes. In total each F1 sire had 488, 313, 279, and 126 progeny. In phase two, backcross ewes were mated to F1 sires and in phase three backcross ewes and backcross sires were intercrossed to produce F2 (intercross) progeny. In phase two additional three F2 sires were selected for mating, reproducing a total of 89, 67 and 48 progeny. Here, we studied 1,421 individuals from this resource population including backcross (BC), double backcross (DBC) and intercross (INT) progeny as well as the seven selected sires (four F1 sires and three F2 sires). The animals were genotyped using the Illumina OvineSNP50 BeadChip® covering 54,241 genome-wide SNP genotypes. Quality Control (QC) filters were applied, removing SNPs with call rate less than 90%, those with very low minor allelic frequency (MAF) <0.05 and SNPs showing a number of mismatches between paternal and offspring genotypes. Post QC we retained 44,693 SNPs located on all autosomes and genotypes on 1,421 sheep. To calculate the level of admixture of sheep we included the genotype information of the four Awassi founder sires (F0) and 25 Merinos in the reference population (six founder Merinos (F0) and 19 most unrelated Australian Industry Merinos). The SNP genotypes of the 19 most unrelated Australian Industry Merinos were derived from the International Sheep Genomics Consortium (ISGC) [22] (http://www.sheephapmap.org).

Horse data

The horse data consisted of sample collection of 1,077 horses previously described by Signer-Hasler et al. [43]. This dataset was selected to represent an active breeding population including stallions with many offspring, younger stallions and breeding mares of the Swiss Franches-Montagnes (FM) horse breed. The population structure of this breed is based upon the formation of 11 major stallion lineages, where especially three of these lineages show a high level of admixture with Arabian and Warmblood horses, respectively. In order to determine the level of admixture of crossbred FM horses, we additionally included the SNP genotype information of 600 Warmblood horses [44] in the data. Post QC (MAF >0.05, call rate >0.9 and Hardy Weinberg Equilibrium (HWE) P >0.0001) we included 38,124 SNP genotypes of the FM horses for the final analyses. In addition, we derived the genotype information of un-genotyped key contributors using the software package FImpute [39].

Cattle data

Finally, we applied our method on 2,457 progeny-tested Australian Holstein-Friesian bulls [45] genotyped with the Illumina Bovine SNP50 BeadChip [46]. The majority of these bulls (2,420) were born between 1980 and 2007, whilst 37 bulls were born before 1980. After applying QC filters (MAF >0.01, call rate >0.9 and Hardy Weinberg Equilibrium (HWE) P >0.0001) a total of 45,765 autosomal SNPs were included in the analyses.

Results

Simulated data

Analysis of the 20 founder males (F0) and the respective progeny of the F1 generation (1,020 individuals), resulted in 20 significant components, which accounted for 82% of the variation of the genetic relationship structure (Fig 2A, top right). Based on the optimal number of significant components, gcj were computed for each individual (using Eq 3). The distribution of gcj illustrates that the 20 founder males were clearly identified within the F1 generation and suggests that the remaining individuals did not make a significant genetic contribution to account for the genetic variation of the population relationship structure (Fig 2A, red stars). Including the individuals of the F2 generation in the analysis, 53 significant components accounting for 87% of the variation of the genetic relationship structure were determined (Fig 2B, top right) and the 40 contributing males of the first two generations (F0-F1) were identified as top key contributors based upon gcj (Fig 2B, red stars). Extending the same analysis to all generations (F0-F4), resulted in 115 significant components, which accounted for 92% of the variation of the genetic relationship structure (Fig 2C, top right). Ranking the individuals according to gcj showed that all the 80 contributing males (F0-F3), and 35 females (F1-F4) were included in the selection of top 115 individuals (Fig 2C, red and green stars). Comparing the inbreeding coefficient (f) of the 35 females to the remaining population reveals that these females are highly inbred (S1 Fig).

thumbnail
Fig 2. Identification of key contributors within the four populations.

Proportion of variation corresponding to the number of significant components and genetic contribution scores (gcj) of each selected dataset (A-F). Top key contributors according to the number of significant components are indicated by red (male) and green stars (female), respectively.

https://doi.org/10.1371/journal.pone.0177638.g002

Sheep data

For the sheep dataset, seven significant components accounted for 87% of the variation of the genetic relationship structure. (Fig 2D, top right). The distribution of gcj showed that compared to the simulated population structure, only a few sheep contribute to the variation of the genetic relationship structure (Fig 2D, red stars). Ranking the top seven key contributors according to gcj clearly identified the seven foundation sires (four F1 sires and three F2 sires) and simultaneously revealed that two F2 sires were the most influential individuals within the population (S1 Table). Both F2 sires are highly inbred rams (DBC) with foundation sire F1 Sire_1 and F1 Sire_2 being its sire and grand-sire, respectively. The third F2 sire, which descended from F1 Sire_4 (sire) and F1 Sire_3 (grand-sire) was ranked on 6th position. Within the four F1 sires the ranking indicates that F1 Sire_1 descending from a different medium wool Merino strain compared to the other three F1 sires (derived from superfine wool Merino dams), and F1 Sire_3, which was not used in the production of the intercross progeny (INT), were less influential.

To further examine the structure of the sheep population, we computed aj for each sheep and performed a high-resolution population structure analysis. Dividing the sheep into groups of the applied mating strategies (BC, DBC, INT) and subgroups of the four different F1 sires showed that DBC and INT animals share the same admixture pattern, whilst BC animals show a distinct level of admixture (Fig 3). Comparing aj between the four F1 progeny subgroups additionally illustrates that especially BC and DBC animals of F1_Sire 1 have an increased level of admixture with Awassi compared to the progeny of the other three F1 sires. Finally we integrated gcj and aj in the population network visualization, with the node size of each individual associated with gcj, and node color associated with aj. The high-resolution population network structure clearly separates the sheep into well-defined population clusters according to the applied mating strategies (BC, DBC and INT) and simultaneously highlights the existence, of the seven sires selected for the mating design (Fig 4). Besides the detection of the seven foundation sires, the network visualization further represents the level of admixture in the respective population clusters and thereby reveals that especially highly admixed Awassi animals (INT and DBC) were associated with high gcj, whilst highly admixed predominant 75% Merino (BC) animals were generally associated with lower gcj.

thumbnail
Fig 3. Admixture of experimental sheep.

Cluster assignment assessed with Admixture at K = 2. Individuals are presented by single vertical column, whilst the length of the colored segment represents the estimated level of admixture (Awassi = brown; Merino = yellow).

https://doi.org/10.1371/journal.pone.0177638.g003

thumbnail
Fig 4. High-resolution population structure of experimental sheep.

Network visualization of 1,421 sheep. Each sheep is represented by a node; with individual node size associated with gcj, whilst the different node colors represent aj between Awassi (brown) and Merino (yellow). Top seven key contributors are represented by an increased node size. The thickness of edges varies in proportion to the genetic distance to visualize individual relationships within the population. The progeny of the four different F1 sires are separated by dashed lines, whilst the different progeny cluster: backross (BC), double backcross (DBC) and intercoss (INT) are denoted by an arrow.

https://doi.org/10.1371/journal.pone.0177638.g004

Horse data

For the horse dataset, 41 significant components accounted for 78% of the variation of the genetic relationship structure (Fig 2E, top right) and especially stallions frequently used for reproduction were assigned with high gcj (Fig 2E, red stars). The high-resolution population network splits the horses into four distinct population clusters, whilst the progeny of the three most influential stallions were assigned into three distinct population clusters (Fig 5, dashed circles). The split into four distinct clusters appears to correspond to the known population structure of the FM horse population, where in particular these three stallions were used extensively in recent breeding history. The most evident substructures at the edge of the network of the remaining horses corresponded to the most influential sires and their progeny, whilst less influential individuals were assembled in the center of the network. The topology of the network additionally illustrates the impact of crossbred FM horses on the formation of the population and revealed that within some population clusters no key contributors could be identified (Fig 5, dashed circles). Further investigation of ancestry information of these population clusters, showed that their common ancestors were not genotyped (PUG Sire). In order to evaluate the contribution of these ancestors to the population structure, we imputed the genotypes of un-genotyped sires based on the genotype information of their progeny including nine up to 29 progeny per sire. After determining the correlation between the non-genotyped sires and the 41 significant components, all five ancestors were ranked amongst top key contributors (S2 Fig).

thumbnail
Fig 5. High-resolution population structure of horse.

Network visualization of 1,077 horses. Each horse is represented by a node; with individual node size associated with gcj, whilst the two different node colors represent aj between Swiss Franches-Montagnes (FM) (green) and Warmblood (red). Top 41 key contributors are represented by an increased node size. The thickness of edges varies in proportion to the genetic distance to visualize individual relationships within the population. The topology of the network reflects the population structure of the FM horse breed and reveals sub-structures caused by the progeny of most influential stallions. The progeny clusters of the three most influential stallions and un-genotyped sires (PUG) are indicated by a dashed circles.

https://doi.org/10.1371/journal.pone.0177638.g005

Cattle data

For cattle, 55 significant components accounted for 75% of the variation of the genetic relationship structure (Fig 2F, top right) and it could be shown that 55 key contributors stood out from all other individuals (Fig 2F, red stars). The high-resolution network illustrates that, like horse, key contributors and their respective progeny were assigned into distinct population clusters and accounted for much of the population stratification (Fig 6). Based on gcj it can be further noted that the top key contributors are well-distributed over the whole population and that a cluster of less influential dairy bulls caused an additional substructure within the data (Fig 6, dashed circle). This result is also supported by a reordered heat map of D according to the network based population structure (S3 Fig). The ancestry information of these less influential bulls showed that they were born between 1955 and 1998 and as such did not make a significant contribution to the more recent sample collection (1990–2007).

thumbnail
Fig 6. High-resolution population structure of cattle.

Network visualization of 2,457 cattle. Each cattle is represented by a node; with individual node size associated with gcj, whilst the node color (dark blue) indicates top 55 key contributors. The thickness of edges varies in proportion to the genetic distance to visualize individual relationships within the population. The network structure of indicates that key contributors are well distributed within the population and highlights the existence of a substructure according to less influential bulls (dashed circle).

https://doi.org/10.1371/journal.pone.0177638.g006

Phasing accuracy of selected reference populations

Comparing top key contributors (Con) of each population with sets of individuals selected under Rel and Ped showed that, with the only exception of sheep, Ped and Con shared the most common individuals in the selected reference populations (Fig 7A–7D). The overlap between the three strategies additionally reveals that Rel failed to identify the 20 founder males within the simulated dataset, whilst within sheep all three applied methods successfully allocated the four F1 foundation sires. Furthermore we have noticed that, within cattle the selected subsets under Rel and Ped included 10 and 9 of the less influential bulls, respectively (see Fig 6, dashed circle). Table 1 shows the switch error rate of the selected reference populations in each dataset, including respective sets of individuals selected at random (Ran). Selected reference populations under Con consistently resulted in the most accurate haplotypes of the applied selection strategies within all datasets. The simulated reference populations had a mean switch error rate of 0.35% (Con) followed by 0.41% (Ped) and 4.27% (Rel), whilst Rel performed worse than selecting random (Ran) individuals (1.39%). The sheep dataset stands out here, as all selected reference populations showed very accurate haplotypes (switch error rate < 0.40%), which can be explained by the highly structured mating design. Within the horse dataset, again reference populations selected under Con had the lowest mean switch error rate (0.62%) followed by Ped (0.74%) and Ran (0.97%). Once again Rel (1.52%) performed worse than the other three methods. Compared to the other three populations the selected reference populations of cattle showed the highest switch error rates ranging between 1.64% (Con) and 3.48% (Rel).

thumbnail
Table 1. Switch error rates of the selected reference populations within the four populations.

https://doi.org/10.1371/journal.pone.0177638.t001

thumbnail
Fig 7. Overlap between informative individuals using three different selection strategies.

Venn Diagrams representing the overlap between the three different strategies (Con, Rel and Ped), when selecting top key contributors in each population.

https://doi.org/10.1371/journal.pone.0177638.g007

Selecting additional subsets including 20 to 80 individuals in the reference population shows that the accuracy of haplotypes increased as the number of informative individuals increased within all reference populations and highlights that phasing accuracy of the selected reference populations is directly related to the respective population structure, as especially smaller subsets of the simulated population had the highest switch error rates compared to horse and cattle (S4 Fig). Furthermore, the results illustrates that even though smaller subsets than identified key contributors were selected, the reference populations determined by Con still resulted in the most accurate haplotypes.

Discussion

The purpose of this study was to identify key contributors in complex population structures to increase the resolution of population structure analyses and to evaluate the utility of using such key contributors to increase phasing accuracy of selected reference populations. To date, the two popular methods of choice for the identification of population structure, sub-division and admixture are parametric (e.g. Admixture) [19] and non-parametric techniques (e.g. PCA) [20]. Recently, network-based cluster approaches are regaining favor for uncovering population structures like NetView [24, 34]. We extended the recent NetView approach with Admixture [19] and the identification of the key contributors into an integrated three-step procedure that provides a high-resolution analysis and visualization of population structures (Fig 1).

We exemplified the three-step procedure in four diverse datasets to highlight its unique features. The first two datasets consisted of a simulated population structure and an experimental backcross/- intercross resource flock. The highly structured design of these two datasets allowed us to validate the method and to determine the number of contributing individuals in such populations. The other two datasets, namely the horse and cattle population, represent a complex population structure with major founder lineages. Such datasets are common in livestock and other breeding schemes where systematic breeding decisions are made for mate allocation over a long period of time. Once again our procedure successfully determined the most influential animals, indicated the absence of obvious important key contributors (Fig 5) and detected population stratification of less related individuals (Fig 6). Furthermore, we identified fine-scale differences in ancestry profiles between individuals by including admixture analyses within the sheep and horse dataset. Therefore, our procedure can be thought of as a complement to the aforementioned methods for the identification of population structures [19, 20]. These latter methods (PCA and Admixture) are powerful to separate individuals into relatively homogeneous population clusters, and simultaneously revealing sub-structures and genetic outliers within the populations. However, these methods do not provide any information on the genetic contribution of the individuals and are less-suited to visualize high-resolution population structures of very large datasets [24]. The three-step procedure presented here is designed to more directly address these important questions.

Compared to commonly applied methods used to select informative individuals for genotype imputation [47], key contributors are most likely associated with major population clusters (Fig 6), regardless of their genetic relatedness. Thus, with the application of key contributors it becomes feasible to include influential progeny in the selection of a reference population and to determine if individuals originating from specific lineages/strains had a great impact on the formation of the population. The phasing results (Table 1) clearly demonstrate that including key contributors in the selection of an optimal reference population increases phasing accuracy, which is particularly beneficial for small reference populations [14]. With increasing numbers of individuals in the reference population, we strongly recommend to remove redundancy of the selected key contributors by including the genetic relatedness of the individuals in the analysis. However, it should be noticed that the best phasing accuracy is always given by including all available individuals in the reference population. We observed large differences in phasing accuracy between the tested populations when applying the different methods. Several factors may explain these differences, such as data composition, genetic diversity and substructures [11]. We suspect that the low phasing accuracies in cattle are caused by the substructure of less related bulls (Fig 6) and that the genotype information of contributing dams were not included in the dataset, leaving the cattle reference population underrepresented compared to the other three populations. In order to improve phasing accuracy of the reference population we suggest to also include contributing dams in the data collection and to scan for population substructures and missing key contributors prior the selection of informative individuals for genotype imputation. Therefore, the four steps involved in an optimal selection of informative individuals for phasing and genotype imputation are:

  1. Select a set of samples that maximizes the variation attributed to the most significant components by including most important key contributors.
  2. Identify key contributors according to the number of significant components.
  3. For large reference populations, perform a high-resolution network visualization to remove putative redundancy of selected key contributors.
  4. Perform phasing of the reference population involving key ancestors and influential progeny (key contributors) prior imputation.

Besides phasing accuracy, the identification of key contributors is also relevant to other research scenarios, such as genetic diversity and conservation genetics. For instance, the identification of key contributors can be especially useful to study indigenous and endangered populations hereby providing essential information on the formation and the management of small populations. In order to conserve genetic diversity the identification of high-resolution population structures based on key contributors can be used as an optimal monitoring tool to avoid inbreeding and to evaluate the genetic development of populations over a period of time, despite missing ancestry information in many, especially wild-life or indigenous populations (see the high-resolution population structure of a pearl oyster population at https://github.com/esteinig/netview).

The integrated three-step procedure can be easily applied to investigate population structures of very large datasets including many thousands of individuals. Perhaps the most important advantage of the method is that none of the three steps involved rely on a priori assumptions or modeling of the data. Key contributors are simply detected by determining the correlation of the individuals based upon the number of significant components, whilst model-based clustering and NetView can be applied to examine the level of admixture and genetic relatedness of key contributors, hereby providing a high-resolution population structure of the data. However, it is important to note that NetView can be combined with any other model-based clustering approach (e.g. Structure [18]) and any other strategy to identify informative individuals within populations [12, 13].

We have described modifications based on existing principles and methods commonly used in the analysis of complex data structures to investigate population structures using genome-wide SNP information. Firstly, we describe the identification of key contributors within complex population structures. Secondly, we were able to select key contributors that increased phasing accuracy within small reference populations. Finally, with the combination of the identification of key contributors, model-based clustering and NetView we present a novel three-step approach that can provide new insights into high-resolution population structures at low levels of genetic differentiation. Therefore, we believe that the identification and visualization of key contributors within populations will be of invaluable benefit for geneticists to investigate complex population structures.

Supporting information

S1 File. Simulated data.

Pedigree, genotype and IBD information of the simulated data.

https://doi.org/10.1371/journal.pone.0177638.s001

(ZIP)

S1 Fig. Inbreeding coefficient (f) of selected females within simulated data.

Boxplots, which indicate the median value, 25% and 75% quartiles of the inbreeding coefficient of the 35 selected females (blue) and the remaining population (grey).

https://doi.org/10.1371/journal.pone.0177638.s002

(PDF)

S2 Fig. High-resolution population structure of horse.

Network visualization of 1,082 horses. Each horse is represented by a node; with individual node size associated with gcj, whilst the two different node colors represent aj between Swiss Franches-Montagnes (FM) (green) and Warmblood (red). Top 41 key contributors are represented by an increased node size. The thickness of edges varies in proportion to the genetic distance to visualize individual relationships within the population. The five non-genotyped ancestors are indicated by an arrow.

https://doi.org/10.1371/journal.pone.0177638.s003

(PDF)

S3 Fig. Reordered distance matrix according to the network based population structure in cattle.

From this organized heat map one can infer the shape of the identified substructure, with red and blue indicating large and small distances between the bulls.

https://doi.org/10.1371/journal.pone.0177638.s004

(PDF)

S4 Fig. Switch error rates of the selected subsets.

Switch error rates (%) for simulated (A), horse (B) and cattle (C) for sets of 20 to 80 informative individuals, when different strategies were used to select the individuals to be included in the reference population.

https://doi.org/10.1371/journal.pone.0177638.s005

(PDF)

S1 Table. Population information of the top seven key contributors within sheep.

Pedigree (Sire and Dam), Number of progeny (NP), genetic contribution score (gcj) and individual level of admixture (aj) with Awassi.

https://doi.org/10.1371/journal.pone.0177638.s006

(DOCX)

Acknowledgments

The authors would like to thank Professor Vincent Gerber (University of Bern, Switzerland) for providing us genotypes of Warmblood horses and Dr. Birgit Gredler (Qualitas AG, Switzerland) for constructive discussion on selecting informative individuals for re-sequencing and genotype imputation. For statistical advice we thank, Professor Peter Thompson (University of Sydney, Australia). In addition, we are very grateful to the helpful comments made by Professor Andrew Collins (University of Southampton, England) during the preparation of the manuscript.

Author Contributions

  1. Conceptualization: MN HWR RVN SR.
  2. Formal analysis: MN MSK EJ HSH.
  3. Funding acquisition: HWR SR.
  4. Investigation: MN MSK EJ HSH.
  5. Methodology: MN HWR MSK EJS.
  6. Resources: MN HWR MSK EJ EJS HSH MF CF TL SR.
  7. Writing – original draft: MN HWR EJ MSK SR.

References

  1. 1. Loman NJ, Misra RV, Dallman TJ, Constantinidou C, Gharbia SE, Wain J, et al. Performance comparison of benchtop high-throughput sequencing platforms. Nat Biotech. 2012;30(5):434–9.
  2. 2. Fan J-B, Oliphant A, Shen R, Kermani BG, Garcia F, Gunderson KL, et al. Highly Parallel SNP Genotyping. Cold Spring Harbor Symposia on Quantitative Biology. 2003;68:69–78. pmid:15338605
  3. 3. Elsik CG, Tellam RL, Worley KC. The Genome Sequence of Taurine Cattle: A Window to Ruminant Biology and Evolution. Science. 2009;324(5926):522–8. pmid:19390049
  4. 4. Archibald AL, Cockett NE, Dalrymple BP, Faraut T, Kijas JW, Maddox JF, et al. The sheep genome reference sequence: a work in progress. Animal Genetics. 2010;41(5):449–53. pmid:20809919
  5. 5. Wade CM, Giulotto E, Sigurdsson S, Zoli M, Gnerre S, Imsland F, et al. Genome Sequence, Comparative Analysis, and Population Genetics of the Domestic Horse. Science. 2009;326(5954):865–7. pmid:19892987
  6. 6. Rubin C-J, Zody MC, Eriksson J, Meadows JRS, Sherwood E, Webster MT, et al. Whole-genome resequencing reveals loci under selection during chicken domestication. Nature. 2010;464(7288):587–91. pmid:20220755
  7. 7. Daetwyler HD, Capitan A, Pausch H, Stothard P, van Binsbergen R, Brondum RF, et al. Whole-genome sequencing of 234 bulls facilitates mapping of monogenic and complex traits in cattle. Nat Genet. 2014;46(8):858–65. pmid:25017103
  8. 8. Der Sarkissian C, Ermini L, Schubert M, Yang Melinda A, Librado P, Fumagalli M, et al. Evolutionary Genomics and Conservation of the Endangered Przewalski’s Horse. Current Biology. 2015;25(19):2577–83. pmid:26412128
  9. 9. Wallberg A, Han F, Wellhagen G, Dahle B, Kawata M, Haddad N, et al. A worldwide survey of genome sequence variation provides insight into the evolutionary history of the honeybee Apis mellifera. Nat Genet. 2014;46(10):1081–8. pmid:25151355
  10. 10. Qanbari S, Pausch H, Jansen S, Somel M, Strom TM, Fries R, et al. Classic Selective Sweeps Revealed by Massive Sequencing in Cattle. PLoS Genet. 2014;10(2):e1004148. pmid:24586189
  11. 11. Frischknecht M, Neuditschko M, Jagannathan V, Drogemuller C, Tetens J, Thaller G, et al. Imputation of sequence level genotypes in the Franches-Montagnes horse breed. Genetics Selection Evolution. 2014;46(1):63.
  12. 12. Boichard D. Pedig: a fortran package for pedigree analysis suited for large population. Proc 7th World Congr Genet Appl Livest Prod. 2002.
  13. 13. Goddard M, Hayes BJ. Genomic selection based on dense genotypes inferred from sparse genotypes. Proc Assoc Advmt Anim Breed Genet. 2009;18(26–29).
  14. 14. Hoze C, Fouilloux M-N, Venot E, Guillaume F, Dassonneville R, Fritz S, et al. High-density marker imputation accuracy in sixteen French cattle breeds. Genetics Selection Evolution. 2013;45(1):33.
  15. 15. van Binsbergen R, Bink M, Calus M, van Eeuwijk F, Hayes B, Hulsegge I, et al. Accuracy of imputation to whole-genome sequence data in Holstein Friesian cattle. Genetics Selection Evolution. 2014;46(1):41.
  16. 16. Patterson N, Price AL, Reich D. Population Structure and Eigenanalysis. PLoS Genet. 2006;2(12):e190. pmid:17194218
  17. 17. Liu EY, Li M, Wang W, Li Y. MaCH-Admix: Genotype Imputation for Admixed Populations. Genetic Epidemiology. 2013;37(1):25–37. pmid:23074066
  18. 18. Pritchard JK, Stephens M, Donnelly P. Inference of Population Structure Using Multilocus Genotype Data. Genetics. 2000;155(2):945–59. pmid:10835412
  19. 19. Alexander DH, Novembre J, Lange K. Fast model-based estimation of ancestry in unrelated individuals. Genome Research. 2009.
  20. 20. Menozzi P, Piazza A, Cavalli-Sforza L. Synthetic maps of human gene frequencies in Europeans. Science. 1978;201(4358):786–92. pmid:356262
  21. 21. Gibbs RA, Taylor JF, Van Tassell CP, Barendse W, Eversole KA, Gill CA, et al. Genome-Wide Survey of SNP Variation Uncovers the Genetic Structure of Cattle Breeds. Science. 2009;324(5926):528–32. pmid:19390050
  22. 22. Kijas JW, Lenstra JA, Hayes B, Boitard S, Porto Neto LR, San Cristobal M, et al. Genome-Wide Analysis of the World's Sheep Breeds Reveals High Levels of Historic Mixture and Strong Recent Selection. PLoS Biol. 2012;10(2):e1001258. pmid:22346734
  23. 23. McCue ME, Bannasch DL, Petersen JL, Gurr J, Bailey E, Binns MM, et al. A High Density SNP Array for the Domestic Horse and Extant Perissodactyla: Utility for Association Mapping, Genetic Diversity, and Phylogeny Studies. PLoS Genet. 2012;8(1):e1002451. pmid:22253606
  24. 24. Neuditschko M, Khatkar MS, Raadsma HW. NetView: A High-Definition Network-Visualization Approach to Detect Fine-Scale Population Structures from Genome-Wide Patterns of Variation. PLoS ONE. 2012;7(10):e48375. pmid:23152744
  25. 25. Gusev A, Lowe JK, Stoffel M, Daly MJ, Altshuler D, Breslow JL, et al. Whole population, genome-wide mapping of hidden relatedness. Genome Research. 2009;19(2):318–26. pmid:18971310
  26. 26. Druet T, Georges M. A Hidden Markov Model Combining Linkage and Linkage Disequilibrium Information for Haplotype Reconstruction and Quantitative Trait Locus Fine Mapping. Genetics. 2010;184(3):789–98. pmid:20008575
  27. 27. Browning SR, Browning BL. Rapid and Accurate Haplotype Phasing and Missing-Data Inference for Whole-Genome Association Studies By Use of Localized Haplotype Clustering. The American Journal of Human Genetics. 2007;81(5):1084–97. pmid:17924348
  28. 28. Lawson DJ, Hellenthal G, Myers S, Falush D. Inference of Population Structure using Dense Haplotype Data. PLoS Genet. 2012;8(1):e1002453. pmid:22291602
  29. 29. Coster A. pedigree: Pedigree functions. R package version 1.3.2. 2011.
  30. 30. Glorfeld LW. An Improvement on Horn's Parallel Analysis Methodology for Selecting the Correct Number of Factors to Retain. Educational and Psychological Measurement. 1995;55(3):377–93.
  31. 31. Dray S, Legendre P, Peres-Neto PR. Spatial modelling: a comprehensive framework for principal coordinate analysis of neighbour matrices (PCNM). Ecological Modelling. 2006;196(3–4):483–93.
  32. 32. Rosenberg NA. distruct: a program for the graphical display of population structure. Molecular Ecology Notes. 2004;4(1):137–8.
  33. 33. Blatt M, Wiseman S, Domany E. Superparamagnetic Clustering of Data. Phys Rev Lett. 1996;76:3251–4. pmid:10060920
  34. 34. Steinig EJ, Neuditschko M, Khatkar MS, Raadsma HW, Zenger KR. NetView P: A network visualization tool to unravel complex population structure using genome-wide SNPs. Molecular Ecology Resources. 2016;16:216–227. pmid:26129944
  35. 35. Shannon P, Markiel A, Ozier O, Baliga NS, Wang JT, Ramage D, et al. Cytoscape: A Software Environment for Integrated Models of Biomolecular Interaction Networks. Genome Research. 2003;13(11):2498–504. pmid:14597658
  36. 36. Warsow G, Greber B, Falk S, Harder C, Siatkowski M, Schordan S, et al. ExprEssence—Revealing the essence of differential experimental data in the context of an interaction/regulation net-work. BMC Syst Biol. 2010;4(1):1–18.
  37. 37. Pausch H, Aigner B, Emmerling R, Edel C, Gotz K-U, Fries R. Imputation of high-density genotypes in the Fleckvieh cattle population. Genetics Selection Evolution. 2013;45(1):3.
  38. 38. Browning SR, Browning BL. Haplotype phasing: existing methods and new developments. Nat Rev Genet. 2011;12.
  39. 39. Sargolzaei M, Chesnais J, Schenkel F. A new approach for efficient genotype imputation using information from relatives. BMC Genomics. 2014;15(1):478.
  40. 40. Usai MG, Gaspa G, Macciotta NP, Carta A, Casu S. XVIth QTLMAS: simulated dataset and comparative analysis of submitted results for QTL mapping and genomic evaluation. BMC Proceedings. 2014;8(5):1–9.
  41. 41. Purcell S, Neale B, Todd-Brown K, Thomas L, Ferreira MA, Bender D, et al. PLINK: a tool set for whole-genome association and population-based linkage analyses. Am J Hum Genet. 2007;81.
  42. 42. Raadsma H, Thomson P, Zenger K, Cavanagh C, Lam M, Jonas E, et al. Mapping quantitative trait loci (QTL) in sheep. I. A new male framework linkage map and QTL for growth rate and body weight. Genetics Selection Evolution. 2009;41(1):34.
  43. 43. Signer-Hasler H, Flury C, Haase B, Burger D, Simianer H, Leeb T, et al. A Genome-Wide Association Study Reveals Loci Influencing Height and Other Conformation Traits in Horses. PLoS ONE. 2012;7(5):e37282. pmid:22615965
  44. 44. Shakhsi-Niaei M, Klukowska-Rötzler J, Drögemüller C, Swinburne J, Ehrmann C, Saftic D, et al. Replication and fine-mapping of a QTL for recurrent airway obstruction in European Warmblood horses. Animal Genetics. 2012;43(5):627–31. pmid:22497545
  45. 45. Khatkar MS, Moser G, Hayes BJ, Raadsma HW. Strategies and utility of imputed SNP genotypes for genomic analysis in dairy cattle. BMC Genomics. 2012;13(1):1–12.
  46. 46. Matukumalli LK, Lawley CT, Schnabel RD, Taylor JF, Allan MF, Heaton MP, et al. Development and Characterization of a High Density SNP Genotyping Assay for Cattle. PLoS ONE. 2009;4(4):e5350. pmid:19390634
  47. 47. Druet T, Macleod IM, Hayes BJ. Toward genomic prediction from whole-genome sequence data: impact of sequencing design on genotype imputation and accuracy of predictions. Heredity. 2014;112(1):39–47. pmid:23549338