| Literature DB >> 32714063 |
Eri Ogiso-Tanaka1, Shiori Yabe1, Tsuyoshi Tanaka1.
Abstract
Polymorphism information generated by next-generation sequencing (NGS) technologies has enabled applications of genome-wide markers assisted breeding. However, handling such large-scale data remains a challenge for experimental researchers and breeders, calling for the urgent development of a flexible and straightforward analysis tool for NGS data. We developed "IonBreeders" as bioinformatics plugins that implement general analysis steps from genotyping to genomic prediction. IonBreeders comprises three plugins, "ABH", "IMPUTATION", and "GENOMIC PREDICTION", for format conversion of genotyping data, preprocessing and imputation of genotyping data, and genomic prediction, respectively. "ABH" converts genotyping data derived from NGS into the ABH format, which is acceptable for our further plugins and with other breeding software tools, R/qtl, MapMaker, and AntMap. "IMPUTATION" filters out non-informative markers and imputes missing marker genotypes. In "GENOMIC PREDICTION", users can use four statistical methods based on their target trait, quantitative trait locus effect, and number of markers, and construct a prediction model for genomic selection. IonBreeders is operated in Torrent Suite, but can also handle genotype data in standard formats, e.g., Variant Call Format (VCF), by format conversion using free software or our provided scripts.Entities:
Keywords: genomic prediction; genotyping; next-generation sequencing; plugin
Year: 2020 PMID: 32714063 PMCID: PMC7372021 DOI: 10.1270/jsbbs.19141
Source DB: PubMed Journal: Breed Sci ISSN: 1344-7610 Impact factor: 2.086
Fig. 1.Workflow of genotyping by purpose using IonBreeders plugin in IonTorrent platform. The plugin names are in bold and underlined. IonBreeders is consist of three plugins, “ABH”, “IMPUTATION” and “GENOMIC PREDICTION”. The dark grey arrows show the input/output of the plugins.
Prediction model options in GENOMIC PREDICTION plugin
| Option | Recommended situation | Implementation by | Reference | ||
|---|---|---|---|---|---|
| Number of QTL | QTL effect | Number of markers | |||
| RR-BLUP | Medium–Large | Additive | Medium–Large | R package “rrBLUP” | |
| RHKS | Medium–Large | Additive & Nonadditive | Medium–Large | R package “rrBLUP” | |
| LASSO | Small–Medium | Additive | Medium–Large | R package “glmnet” | |
| LM | Small | Additive | Small | R package “lm” | |
| LM with interaction | Small | Additive & Epistasis | Small | R package “lm” | |
RR-BLUP, ridge regression best linear unbiassed prediction; RKHS, reproducing kernel Hilbert spaces regression; LASSO, least absolute shrinkage and selection operator; LM, linear regression based on ordinary least squares.