Literature DB >> 33712818

MoBPSweb: A web-based framework to simulate and compare breeding programs.

Torsten Pook1, Lisa Büttgen1, Amudha Ganesan1, Ngoc-Thuy Ha1, Henner Simianer1.   

Abstract

In this study, we introduce a new web-based simulation framework ("MoBPSweb") that combines a unified language to describe breeding programs with the simulation software MoBPS, standing for "Modular Breeding Program Simulator." Thereby, MoBPSweb provides a flexible environment to log, simulate, evaluate, and compare breeding programs. Inputs can be provided via modules ranging from a Vis.js-based environment for "drawing" the breeding program to a variety of modules to provide phenotype information, economic parameters, and other relevant information. Similarly, results of the simulation study can be extracted and compared to other scenarios via output modules (e.g., observed phenotypes, the accuracy of breeding value estimation, inbreeding rates), while all simulations and downstream analysis are executed in the highly efficient R-package MoBPS.
© The Author(s) 2021. Published by Oxford University Press on behalf of Genetics Society of America.

Entities:  

Keywords:  MoBPS; breeding; genetics; management; nginx; population; program; resource; simulation

Mesh:

Year:  2021        PMID: 33712818      PMCID: PMC8022963          DOI: 10.1093/g3journal/jkab023

Source DB:  PubMed          Journal:  G3 (Bethesda)        ISSN: 2160-1836            Impact factor:   3.154


Introduction

Since early prehistory, selective breeding has been a tool that humanity has used to, among others, ensure the food supply with examples spanning back to the development from teosinte to maize in Mesoamerica and animal breeding for war horses and dogs in the Roman Empire (Sidnell 2007). Over time, breeding has become more refined with concepts like genetic inheritance (Mendel 1866), quantitative genetics (Galton 1889; Fisher 1918) and population genetics (Wright 1922) being introduced. Today, breeders have a large toolbox of procedures and methods at their disposal, ranging from high-throughput genotyping and phenotyping (Solberg ; Cabrera-Bosquet ) to highly advanced biotechnology (Jinek ) to complex quantitative models for breeding value estimation and QTL detection (Meuwissen ; Klein ; VanRaden 2008). These advanced methods are both a blessing and a curse, as managing and optimizing such a breeding program is a highly complex problem (Henryon ). In recent years a variety of tools to simulate breeding programs (Sargolzaei and Schenkel 2009; Faux ; Liu ; Pérez-Enciso ; Pook ) have been developed to aid breeders in their management decisions as they provide a controlled and repeatable environment to modify individual parameters of a breeding scheme and by that draw conclusions on their impact on the breeding objective. Potential selection goals usually include traits such as productivity, fitness, adaptation, and inbreeding. In contrast to deterministic analysis approaches like ZPLAN+ (Täubert ), the mentioned simulators use stochastic simulations, thus allowing to draw conclusions on the variance of outcomes and provide more flexibility in the design of the breeding program. A common problem of software to perform stochastic simulations is that they are complex to set up, as sound knowledge of available parameters and functions is required [e.g., the main function of MoBPS (Pook ) breeding.diploid() has over 200 parameters]. This leads to available features not easily being found or used incorrectly by potential users. Thus, simulation studies are oftentimes carried out via new and self-written code that is tailor-made for the problem at hand. However, this leads to the problem of inefficient and error-prone code that potentially neglects less-intuitive but still important factors that nonetheless affect the breeding scheme. In a companion paper, Simianer proposed a unifying concept to describe breeding programs. Even though the focus in that work was mostly on animal breeding, concepts can readily be extended to plant breeding. The key idea of the concept introduced by Simianer is to describe each breeding program via a set of nodes and edges, with nodes representing cohorts of individuals and edges representing a set of potential breeding actions (e.g., generation of offspring, performing phenotyping or selection of individuals). By this, Simianer are providing a comprehensive, unambiguous, and reproducible way to describe a breeding program. In this study, we combine the ideas of Simianer with the highly efficient breeding program simulator MoBPS (Pook ) to provide a web-based application (“MoBPSweb”) to log, simulate, evaluate, and compare breeding programs in an user-friendly and intuitive web-based environment.

Materials and methods

MoBPSweb is a web-based application running on a NodeJS server that uses the VueJS and ExpressJS frameworks in the frontend and backend, respectively. We further employ MongoDB as a backend database (Chodorow 2013) and provide access to the application via nginx. The simulation of the breeding program and all downstream analyses are performed in R (R Core Team 2021) by using wrapper functions of the R-package MoBPS. An overview of the modules contained in the framework is given in Figure 1 with all sub-modules being described in more detail in the following subsections.
Figure 1

Schematic overview of the MoBPSweb framework.

Schematic overview of the MoBPSweb framework.

Breeding scheme

As described in Simianer a breeding scheme can be represented by a set of cohorts (nodes) and breeding actions (edges). This is implemented in an interactive environment based on the dynamic and browser-based visualization library Vis.js. To detect potential issues (e.g., loops, missing required information), the resulting set of nodes and edges is constantly checked and potential issues are reported as warnings.

Input modules

In addition to the breeding scheme itself, we provide a variety of different input modules to enter further information: General Information Phenotype Information Culling Information Multiple Subpopulations Economy Parameters Except for the “General Information module,” these modules are optional and can be activated based on the need for the respective study. The basic functionality of each respective input module is described in the following subsections.

General information

In this module, basic information like the species and the underlying genomic map (including used arrays) can be chosen. Maps can either be uploaded, manually created, or imported from the Ensembl database (Zerbino ). Furthermore, smaller sub-modules are provided to control optional and very specific parameters such as the litter size, computational parameters that are mainly relevant for simulations with a high number of generations as in population genetic studies or to scale the size of each cohort (number of individuals) to reduce computational load and thus test the conformity of the breeding program on a smaller scale.

Phenotype information

In this module, the underlying set of traits and their architectures can be defined. This includes defining phenotypic mean and variance, as well as the heritability, repeatability, and the number of underlying QTL for each trait. Potential correlations between traits need to be given for both the genetic and residual components. Furthermore, selection indices to later perform selection based on multiple traits can be defined here. Exemplary sets of traits for a variety of species are provided as templates.

Culling information

In this module, rules for individuals leaving the breeding nucleus can be defined. In contrast to breeding actions via edges, no new individuals are generated. Input parameters are in line with parameters of the culling options in breeding.diploid() in the MoBPS R-package with the added benefit that the age of individuals is tracked and culling actions are automatically performed as soon as an individual reaches a given age.

Multiple subpopulations

In this module, rules to generate founder individuals of different genetic origins can be defined, e.g., for representing different breeds or lines in a crossbreeding scenario. This is only relevant in case no genotype information is imported for some of the founders and will lead to simulated genotypes being drawn from different per marker allele frequencies.

Economy parameters

In this module, basic information regarding the cost of different breeding actions can be entered. This includes both fixed and variable costs like genotyping, phenotyping, and housing costs that are automatically discounted according to provided interest rates.

JSON to R conversion

The output of the web-interface is a JavaScript Object Notation (JSON)-file containing all entered information of the breeding scheme. Subsequently, this JSON-file is translated into interpretable R-code. All this is implemented in the function json.simulation() in the R-package MoBPS (Pook ). The translation procedure for all advanced modules is relatively straight-forward, as most parameters directly correspond to a parameter in the MoBPS R-package. For example, the size of the genome and the selected underlying array will be set as the map parameter in creating.diploid() and the phenotyping module is feeding in information for a separate call of creating.trait() from the MoBPS R-package. The conversion of the breeding scheme itself is done by first detecting if the breeding scheme has any “Repeat” edges (Simianer ), which are used to indicate that a given part of the breeding program is carried out multiple times (breeding cycles). If that is the case, it will subsequently check which nodes can be generated without the use of any repeat. Next, all repeats that can be executed based on the already available nodes are executed by generating copies of all nodes between the node of origin and the target node of the repeat (including the node of origin and excluding the target node). Nodes generated via repeat are serial-numbered via “_1,” “_2” etc. to indicate the repeat number. This procedure is repeated until all repeat edges are resolved, leading to a breeding program without any repeats remaining. Next, the actual breeding scheme is simulated by first generating all founder nodes via creating.diploid(). All remaining cohorts are generated by separate calls of breeding.diploid(). All necessary information for this is stored in incoming edges and the node itself. For edges, this includes the breeding type, but also respective subsequent details (e.g., for selection: the method for breeding value estimation, cohorts used for breeding value estimation, and so on.). For nodes, information includes the phenotyping class, the share of genotyped individuals, and the housing class. The order of generation will be derived based on generation times assigned to each edge and cross-dependencies (e.g., when phenotyping information from one cohort is needed to generate breeding values for another cohort).

Evaluating simulation outputs

After successfully simulating a breeding program, the resulting population-list is stored and can be analyzed. In the web-interface itself, we provide five implemented analysis modules, each corresponding to an analysis function from the MoBPS R-package: Observed Phenotypes—get.pheno() True Genomic Values—get.bv() Accuracy of Breeding Value Estimation—analyze.bv() Relationship and Inbreeding within Cohorts—kinship.emp.fast() Major QTLs—get.geno() All these modules can either be applied on a single run of the simulation or be averaged across multiple random replicates of the same simulation scenario. Furthermore, the “Compare Project module” is providing an environment to compare different breeding schemes with each other by use of the same analysis functions. Note that it is also possible to directly extract pedigree and phenotype information, VCF (Danecek )/PedMap (Purcell )-files for selected cohorts or the population-list itself (.RData) to proceed with own analyses in R.

Results and discussion

In the following, we will discuss an exemplary use case of the web-interface for a dairy cattle breeding program on farm level. A variety of other breeding schemes that can be simulated via MoBPSweb including a commercial layer breeding program [Supplemental File S2, (Simianer )], the inclusion of health traits in horse breeding [Supplemental File S3, (Büttgen )], a cock rotation to preserve genetic diversity in chicken (Supplemental File S4) and the generation of a MAGIC population in maize (Supplemental File S5) are given as templates at www.mobps.de.

Baseline scenario

The breeding scheme for the dairy cattle breeding scheme, as entered in the flash application of MoBPSweb, is given in Figure 2.
Figure 2

A dairy cattle selection program within a herd, with animals separated into age groups. Details on the attributes of all nodes and edges can be found in Supplementary Material S1.

A dairy cattle selection program within a herd, with animals separated into age groups. Details on the attributes of all nodes and edges can be found in Supplementary Material S1. At each time point, the farm has spots for 184 animals consisting of five cohorts (calf, heifer, cow-L1, cow-L2, and cow-L3) that are split based on age. New animals are generated by the use of semen from a breeding company with heifers and older cows being used for reproduction. These offspring are then merged into a joined cohort and subsequently used as the calf-cohort (“calf+”; Figure 2) in the next repeat. New animals for the other four cohorts are chosen by selecting the required number of animals from the respectively 1 year younger cohort (“heifer+1,” “cow-L1+1,” “cow-L2+1,” “cow-L3+1”; Figure 2). For this selection procedure, five traits are simulated and animals are selected based on a selection index formed from those traits (Table 1), with phenotypes only being partially available based on age. It is assumed that already combined traits, as being used in the standard German breeding evaluation system are measured on each cow. The five traits RZM (milk), RZE (type), RZR (fertility), RZS (somatic cell score), RZKm (calving traits) were chosen according to Vereinigte Informations systeme Tierhaltung v.W (2020) and standardized to have a starting mean of 100 with a genetic standard deviation (gSD) of 12 to allow a better comparative assessment. Genetic correlations were taken from Vereinigte Informations systeme Tierhaltung v.W (2020) and residual correlations are assumed to be the same (Table 2). For simplicity reasons, longevity traits are ignored here as phenotyping of those traits can be more complex to model. Since longevity (RZN) with an index weight of 20 was removed from the analysis, the index weights of the remaining traits add up to 80. As traits given here already represent combinations of other traits, no heritability or repeatability values are given in Vereinigte Informations systeme Tierhaltung v.W (2020). Instead, reasonable values were estimated based on the given sub-trait heritabilities and using estimates in the literature (Roman ; Oyama ).
Table 1

Overview of the simulated traits for heritability, repeatability, index weights, and whether traits are phenotyped for each cohort (Vereinigte Informations system Tierhaltung w. V. 2020). Numbers in brackets indicate the accumulated number of observations for the respective trait.

TraitHeritabilityRepeatabilityIndex weightingCalfHeiferCow-L1Cow-L2Cow-L3
RZM (milk) 0.300.5045NoNoYes (1)Yes (2)Yes (3)
RZE (type) 0.250.2515NoNoYes (1)Yes (1)Yes (1)
RZR (fertility) 0.020.0610NoYes (1)Yes (2)Yes (3)Yes (4)
RZS (somatic cell score) 0.150.227NoNoYes (1)Yes (2)Yes (3)
RZKm (calving traits) 0.050.093NoNoYes (1)Yes (2)Yes (3)
Table 2

Genetic/residual correlation for considered traits given in Table 1 in the lower/upper triangle matrix.

TraitRZMRZERZRRZSRZKm
RZM (milk) 10.00−0.25−0.05−0.05
RZE (type) 0.0010.100.200.00
RZR (fertility) −0.250.1010.200.25
RZS (somatic cell score) −0.050.200.2010.10
RZKm (calving traits) −0.050.000.250.101
Overview of the simulated traits for heritability, repeatability, index weights, and whether traits are phenotyped for each cohort (Vereinigte Informations system Tierhaltung w. V. 2020). Numbers in brackets indicate the accumulated number of observations for the respective trait. Genetic/residual correlation for considered traits given in Table 1 in the lower/upper triangle matrix. In the baseline scenario, the selection on the farm is assumed to be solely based on individual phenotypes and paternal breeding material is received in the form of semen from the breeding company. The underlying breeding scheme from the side of the breeding company is simplified with just one male and one female cohort per cycle and small animal numbers (250 bulls, 2,000 cows) as it is not the main focus of this study. Selection for the bulls is done via single-step breeding value estimation (Aguilar ; Christensen and Lund 2010) with only bulls being genotyped and phenotypes of the last two repeats of cows being used. Cows of the breeding company are assumed to have the same number of phenotypic observations per trait as cows after the third lactation period (“cow-L3,” Table 1). The breeding cycle was repeated 20 times with additional five burn-in repeats to build up some linkage disequilibrium and obtain an initial pedigree structure. An exemplary node and edges from the web interface are given in Figure 3, with details on all edges and nodes given in Supplemental File S1.
Figure 3

Exemplary node (A) and edge (B) of the baseline scenario (Figure 2) and the genomic selection edge used in the scenario “ssBLUP_BVE” (C).

Exemplary node (A) and edge (B) of the baseline scenario (Figure 2) and the genomic selection edge used in the scenario “ssBLUP_BVE” (C). The results of the simulation predict that the selection program achieves sustained gains with the highest increase for RZM (7.4 gSD in 20 repeats, Figure 4A). The corresponding results for the other traits are given in Supplementary Figures S1–S4. In addition, inbreeding rates increased by about 0.01 per cycle (Figure 4B). Prediction accuracies for the breeding value estimation of the bulls were relatively low with values ranging between 0.44 for RZR and 0.58 for RZE (which could easily be increased by enlarging the training population).
Figure 4

Genetic gain for the trait RZM (milk) with average genomic value standardized to 100 after 5 repeats (A) and increase in inbreeding (B) in the reference dairy cattle breeding scheme (Figure 2) with 95% confidence bands. Note that as deviations are extremely low, confidence bands are virtually invisible. These figures are exemplary outputs of the “True Breeding Values” and “Relationship and Inbreeding within Cohorts” modules in MoBPSweb (www.mobps.de).

Genetic gain for the trait RZM (milk) with average genomic value standardized to 100 after 5 repeats (A) and increase in inbreeding (B) in the reference dairy cattle breeding scheme (Figure 2) with 95% confidence bands. Note that as deviations are extremely low, confidence bands are virtually invisible. These figures are exemplary outputs of the “True Breeding Values” and “Relationship and Inbreeding within Cohorts” modules in MoBPSweb (www.mobps.de).

Comparative scenarios

In addition to the baseline scenario, we will consider a variety of modifications of the original breeding program and analyze their impact: Use of pedigree-based breeding value estimation for the selection of cows to be kept in the next cycle (“pedigree_BVE”) Genotyping of the calves and subsequent selection via single-step BLUP on the farm (“ssBLUP_BVE”) Reducing the selection intensity in the breeding company by 50% (Top 50 instead of Top 25 sires; “Low_SelectionIntensity”) Modification of the selection index to put less weight on milk gain (RZM: 30, RZE: 20, RZR: 15, RZS: 10, RZKm: 5) (“Change_IndexWeights”) To achieve reliable results, all scenarios were simulated 100 times and reported results represent averages across these runs. JSON-files of all scenarios can be found in Supplementary File S1. An overview of the development in the different scenarios for the traits and the rates of inbreeding are given in Figure 5. By the use of a breeding value estimation (“pedigree_BVE”/ “ssBLUP_BVE”) all traits can be considered for selection, even when no phenotypes are available for the respective cohort. Even though both scenarios led to a statistically significant increase in RZM (t-test, p = 0.0096/0.033, Figure 5A), the practical differences between scenarios were small, as most of the genetic gain generated on the male side of the breeding program. The prediction accuracies achieved by both prediction methods were relatively low (e.g., for RZM around 0.42 for calves, Supplementary Figure S5). To increase the effectiveness of such intra-herd selection, one could further consider to select only half of the cows to produce heifers, while the other half could be mated to beef bulls to produce fattening calves. Note that this would require the use of sexed semen.
Figure 5

Genetic gain and the increase in inbreeding for the different scenarios of the cattle breeding program with 95% confidence bands for the traits RZM (A), RZE (B), RZR (C), RZS (D), RZKm (E), and inbreeding rates (F). Genomic values for all traits were standardized to an average of 100 after 5 repeats. This figure is an exemplary output of the “Compare Project module” in MoBPSweb (www.mobps.de).

Genetic gain and the increase in inbreeding for the different scenarios of the cattle breeding program with 95% confidence bands for the traits RZM (A), RZE (B), RZR (C), RZS (D), RZKm (E), and inbreeding rates (F). Genomic values for all traits were standardized to an average of 100 after 5 repeats. This figure is an exemplary output of the “Compare Project module” in MoBPSweb (www.mobps.de). The reduction of the selection intensity on the side of the breeding company by 50% led to a 57% reduction of the inbreeding rates, and thus resulted in inbreeding rates of less than 0.005 per repeat (Figure 5F). This however came at the cost of a 20% reduction of genetic progress for RZM (Table 3, Figure 5A). However, the ratio between genetic gain and inbreeding is highest in this scenario. Note that when considering a longer time horizon, genetic progress in this scenario might even be highest as genetic gains in other scenarios will potentially diminish due to lower remaining genetic diversity. To analyze this in detail, more breeding cycles would have to be simulated. Furthermore, potential countermeasures like the introduction of new diversity into the breeding nucleus should be considered then.
Table 3

Average genomic values and rates of inbreeding after 25 cycles of breeding for the newly generated calves with genomic values being standardized to 100 after 5 cycles. Numbers in brackets indicate the estimated standard error of the obtained averages.

ScenarioRZM (milk)RZE (type)RZR (fertility)RZS (somatic cell score)RZKm (calving traits)Inbreeding
Baseline 188.9 (0.70)129.8 (0.77)91.4 (0.69)113.8 (0.76)101.5 (0.83)0.229 (0.00082)
pedigree_BVE 192.0 (0.62)131.7 (0.84)90.3 (0.80)114.4 (0.75)100.2 (0.83)0.239 (0.00087)
ssBLUP_BVE 190.4 (0.65)132.1 (0.70)89.6 (0.80)113.5 (0.77)100.3 (0.73)0.234 (0.00090)
Low_SelectionIntensity 173.7 (0.45)124.7 (0.63)90.7 (0.54)110.7 (0.55)100.2 (0.55)0.099 (0.00035)
Change_IndexWeights 171.0 (0.67)153.5 (0.71)103.7 (0.87)128.9 (0.69)107.6 (0.89)0.230 (0.00079)
Average genomic values and rates of inbreeding after 25 cycles of breeding for the newly generated calves with genomic values being standardized to 100 after 5 cycles. Numbers in brackets indicate the estimated standard error of the obtained averages. Modification of the selection index to put less weight on the RZM led to a 22% smaller increase in this trait (Table 3). However, for all other traits performance was best, as this was the only scenario where an improvement for RZR was obtained and genetic gains for RZS were doubled (Figure 5, C and D). Computing times for each simulation were about 20.5 minutes with about 15 minutes used for breeding value estimation, 4 minutes to generate new animals, and 30 seconds for both JSON-to-R conversion and initialization of the founder population using a single core of an Intel(R) Xeon(R) Gold 6132 CPU 2.60 GHz.

Discussion

MoBPSweb provides an interactive, flexible, and efficient platform to simulate, evaluate, and compare breeding programs. Simulation studies are a valuable tool for breeders to quantify the effects of their chosen breeding actions, to complement their experience and quantitative genetics theory (e.g., expected gains via the breeders’ equation). This is particularly relevant, as breeding programs are complex by nature and breeding actions are interconnected. Examples of this are lower rates of inbreeding when switching from pedigree-based to genomic breeding values (de Roos ) or the loss of genetic diversity when increasing the selection intensity. By the use of a simulation study, a variety of output variables of a breeding program can be analyzed jointly, allowing to select the best solution for achieving a given breeding objective and thus optimize the breeding program. This solution will of course be highly dependent on the breeding objective, the general framework, and potential auxiliary conditions. More fundamentally, the concepts introduced in Simianer and the input environment given via MoBPSweb are providing a standardized, unambiguous, and reproducible way to describe breeding programs and by this are solving common problems of unclear terminology for breeding programs. Thereby, the described framework can also be seen as a management tool for breeding programs in general and will be useful for planning costs, time, and resources required. With this, MoBPSweb makes the execution of complex simulation studies more accessible to researchers, breeders, and students and thus provides a platform to be used in teaching. In general, we would highly encourage other researchers to make their software programs more accessible via similar web-based applications and thus make their tools available to potential users who are less familiar with the respective back-end programming language. All simulations in MoBPSweb can be executed without the use of R for the user. However, in case the output modules are not sufficient to extract the exact information one is interested in, it is also possible to download the resulting population-list and perform manual analyses in R. A further potential reason for the use of the R-package is the overall higher flexibility in the design of the breeding program, for instance, when considering complex phenotypes like longevity in cattle or when working with sophisticated selection schemes that are using new and/or own methodology. Although the MoBPSweb interface does not provide additional functionality compared to the direct use of the R-package, it still offers major advantages in terms of use, as available parameter settings are provided more naturally and the order of breeding actions (e.g., which cohort to generate when, when to generate phenotypes or individuals leading the breeding nucleus due to age/culling) is automatically taken care of. This in turn reduces potential error sources when setting up a simulation study. For reference, we implemented the simulation of the baseline breeding program via the R-package directly, which required about 200 lines of code (Supplemental File S5), while ignoring economic tracking and performing no downstream analysis. As the complexity of the breeding program increases in practice (e.g., more nodes, aging and complex breeding value estimations), R-scripts can quickly become much longer and more complex. Note that although MoBPSweb was created for the MoBPS R-package, in principle any stochastic simulator for breeding programs should be usable to perform the required back-end simulations. Finally, note that no simulation study will be able to fully capture reality in its entirety. Nevertheless, the key strength of simulation approaches lies in the fact that, in contrast to real-world experiments and field trials, far less time and money are needed to carry them out and potential harm to animals, such as adverse fitness effects, are avoided. Furthermore, experiments can be repeated and modified without any practical issues, which leads to much higher statistical power when comparing scenarios. Even if the absolute size of estimated effects might be off due to simplifications of reality, these effects should usually affect all considered scenarios and thus still ensure comparability between scenarios.

Web resources

All code underlying MoBPSweb can be found at https://github.com/tpook92/MoBPS_web. A running version of MoBPSweb can be found at www.mobps.de. JSON-files for all compared scenarios discussed can be found in Supplemental File S1 with the reference also being included as a template at www.mobps.de. Supplemental Files S2, S3, S4, S5 provide JSON-file for other exemplary breeding programs, including a commercial layer breeding program (S2), the inclusion of health traits in horse breeding (S3), a cock rotation to preserve genetic diversity in chicken (S4), and the generation of a MAGIC population in maize (S5). Supplementary File S6 is providing exemplary R-code to simulate the presented baseline scenario. Supplementary Figures S1–S4 display the genetic gain for the traits RZR, RZE, RZS, RZKm for the reference dairy cattle breeding scheme. Supplementary Figure S5 provides information on the accuracy of the breeding value estimation for the different scenarios. Supplementary files are available at FigShare: https://doi.org/10.25387/g3.13573505.

Funding

The MoBPS framework was developed in the context of the European Union’s Horizon 2020 Research and Innovation Program under grant agreement n °677353 IMAGE. We acknowledge support by the Open Access Publication Funds of the Göttingen University.

Competing Interests: The authors declare no competing interest. The funders did not have any role in the study design, data collection and analysis, decision to publish, or preparation of the manuscript.
  18 in total

1.  Prediction of total genetic value using genome-wide dense marker maps.

Authors:  T H Meuwissen; B J Hayes; M E Goddard
Journal:  Genetics       Date:  2001-04       Impact factor: 4.562

Review 2.  High-throughput phenotyping and genomic selection: the frontiers of crop breeding converge.

Authors:  Llorenç Cabrera-Bosquet; José Crossa; Jarislav von Zitzewitz; María Dolors Serret; José Luis Araus
Journal:  J Integr Plant Biol       Date:  2012-05       Impact factor: 7.061

3.  Complement factor H polymorphism in age-related macular degeneration.

Authors:  Robert J Klein; Caroline Zeiss; Emily Y Chew; Jen-Yue Tsai; Richard S Sackler; Chad Haynes; Alice K Henning; John Paul SanGiovanni; Shrikant M Mane; Susan T Mayne; Michael B Bracken; Frederick L Ferris; Jurg Ott; Colin Barnstable; Josephine Hoh
Journal:  Science       Date:  2005-03-10       Impact factor: 47.728

4.  QMSim: a large-scale genome simulator for livestock.

Authors:  Mehdi Sargolzaei; Flavio S Schenkel
Journal:  Bioinformatics       Date:  2009-01-28       Impact factor: 6.937

5.  Hot topic: a unified approach to utilize phenotypic, full pedigree, and genomic information for genetic evaluation of Holstein final score.

Authors:  I Aguilar; I Misztal; D L Johnson; A Legarra; S Tsuruta; T J Lawlor
Journal:  J Dairy Sci       Date:  2010-02       Impact factor: 4.034

6.  AlphaSim: Software for Breeding Program Simulation.

Authors:  Anne-Michelle Faux; Gregor Gorjanc; R Chris Gaynor; Mara Battagin; Stefan M Edwards; David L Wilson; Sarah J Hearne; Serap Gonen; John M Hickey
Journal:  Plant Genome       Date:  2016-11       Impact factor: 4.089

7.  The variant call format and VCFtools.

Authors:  Petr Danecek; Adam Auton; Goncalo Abecasis; Cornelis A Albers; Eric Banks; Mark A DePristo; Robert E Handsaker; Gerton Lunter; Gabor T Marth; Stephen T Sherry; Gilean McVean; Richard Durbin
Journal:  Bioinformatics       Date:  2011-06-07       Impact factor: 6.937

8.  SeqBreed: a python tool to evaluate genomic prediction in complex scenarios.

Authors:  Miguel Pérez-Enciso; Lino C Ramírez-Ayala; Laura M Zingaretti
Journal:  Genet Sel Evol       Date:  2020-02-10       Impact factor: 4.297

9.  Ensembl 2018.

Authors:  Daniel R Zerbino; Premanand Achuthan; Wasiu Akanni; M Ridwan Amode; Daniel Barrell; Jyothish Bhai; Konstantinos Billis; Carla Cummins; Astrid Gall; Carlos García Girón; Laurent Gil; Leo Gordon; Leanne Haggerty; Erin Haskell; Thibaut Hourlier; Osagie G Izuogu; Sophie H Janacek; Thomas Juettemann; Jimmy Kiang To; Matthew R Laird; Ilias Lavidas; Zhicheng Liu; Jane E Loveland; Thomas Maurel; William McLaren; Benjamin Moore; Jonathan Mudge; Daniel N Murphy; Victoria Newman; Michael Nuhn; Denye Ogeh; Chuang Kee Ong; Anne Parker; Mateus Patricio; Harpreet Singh Riat; Helen Schuilenburg; Dan Sheppard; Helen Sparrow; Kieron Taylor; Anja Thormann; Alessandro Vullo; Brandon Walts; Amonida Zadissa; Adam Frankish; Sarah E Hunt; Myrto Kostadima; Nicholas Langridge; Fergal J Martin; Matthieu Muffato; Emily Perry; Magali Ruffier; Dan M Staines; Stephen J Trevanion; Bronwen L Aken; Fiona Cunningham; Andrew Yates; Paul Flicek
Journal:  Nucleic Acids Res       Date:  2018-01-04       Impact factor: 16.971

10.  ADAM-Plant: A Software for Stochastic Simulations of Plant Breeding From Molecular to Phenotypic Level and From Simple Selection to Complex Speed Breeding Programs.

Authors:  Huiming Liu; Biructawit Bekele Tessema; Just Jensen; Fabio Cericola; Jeppe Reitan Andersen; Anders Christian Sørensen
Journal:  Front Plant Sci       Date:  2019-01-09       Impact factor: 5.753

View more
  1 in total

1.  Breeding Schemes: What Are They, How to Formalize Them, and How to Improve Them?

Authors:  Giovanny Covarrubias-Pazaran; Zelalem Gebeyehu; Dorcus Gemenet; Christian Werner; Marlee Labroo; Solomon Sirak; Peter Coaldrake; Ismail Rabbi; Siraj Ismail Kayondo; Elizabeth Parkes; Edward Kanju; Edwige Gaby Nkouaya Mbanjo; Afolabi Agbona; Peter Kulakow; Michael Quinn; Jan Debaene
Journal:  Front Plant Sci       Date:  2022-01-21       Impact factor: 5.753

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.