Learn R Programming

r

QTLpoly

The R package qtlpoly (v. 0.2.4) is an under development software to map quantitative trait loci (QTL) in full-sib families of outcrossing autopolyploid species based on a random-effect multiple QTL model (Pereira et al. 2020).

In order to do so, you will need a genetic map from which conditional probabilities of putative QTL can be computed. We recommend mappoly, a hidden Markov model-based R package to construct genetic maps in autopolyploids (Mollinari and Garcia 2019).

Variance components associated with putative QTL are tested using score statistics (Qu et al. 2013), and final models are fitted using residual maximum likelihood (REML, adapted from the R package sommer). Plots for visualizing the results are based on ggplot2 (v. 3.1 or higher) (Wickham 2016).

Install qtlpoly package

From CRAN (stable version)

qtlpoly's stable version is available on the Comprehensive R Archive Network (CRAN). You can install it by running:

install.packages("qtlpoly")

From Github (development version)

qtlpoly's development version is available here on Github. You can install it using the R package devtools:

install.packages("devtools")
devtools::install_github("gabrielgesteira/qtlpoly") 

If you are using Windows, you may need to first install the latest recommended version of Rtools.

Documents

Tutorials as well as simulated and real data set analyses will be listed here in order to help users to get familiar with the software and allow them to perform their own analyses:

  1. Tutorial on Multiple QTL Mapping in Autopolyploids with QTLpoly
  2. Tools for Polyploids training section: Multiple QTL Mapping in an Autotetraploid F1 population with QTLpoly

Related software

Acknowledgments

This package has been developed as part of the Genomic Tools for Sweetpotato Improvement (GT4SP) and SweetGAINS projects, both funded by Bill & Melinda Gates Foundation.

References

Covarrubias-Pazaran G. 2016. “Genome-assisted prediction of quantitative traits using the R package sommer.” PLoS ONE 11 (6): 1-15. doi:10.1371/journal.pone.0156744.

Mollinari M, Garcia AAF. 2019. “Linkage analysis and haplotype phasing in experimental autopolyploid populations with high ploidy level using hidden Markov models.” G3: Genes, Genomes, Genetics 9 (10): 3297-3314. doi:10.1534/g3.119.400378.

Pereira GS, Gemenet DC, Mollinari M, Olukolu BA, Wood JC, Mosquera V, Gruneberg WJ, Khan A, Buell CR, Yencho GC, Zeng ZB. 2020. “Multiple QTL mapping in autopolyploids: a random-effect model approach with application in a hexaploid sweetpotato full-sib population.” Genetics 215 (3): 579-595. doi:10.1534/genetics.120.303080.

Qu L, Guennel T, Marshall SL. 2013. “Linear score tests for variance components in linear mixed models and applications to genetic association studies.” Biometrics 69 (4): 883-892.

Wickham H. 2016. “ggplot2: Elegant Graphics for Data Analysis.” Springer. doi:10.1007/978-0-387-98141-3.

Copy Link

Version

Install

install.packages('qtlpoly')

Monthly Downloads

222

Version

0.2.4

License

GPL-3

Maintainer

Gabriel de Siqueira Gesteira

Last Published

March 25th, 2024

Functions in qtlpoly (0.2.4)

plot_sint

QTLs with respective support interval plots
optimize_qtl

Model optimization
permutations

Fixed-effect interval mapping (FEIM) model permutations
profile_qtl

QTL profiling
null_model2

Null model
plot_qtl

QTL heritability and significance plot
pheno4x

Autotetraploid potato phenotypes
null_model

Null model
plot_profile

Logarithm of P-value (LOP) profile plots
pheno6x

Simulated phenotypes
read_data2

Read genotypic and phenotypic data
simulate_qtl

Simulations of multiple QTL
read_data

Read genotypic and phenotypic data
search_qtl

QTL forward search
qtl_effects

QTL allele effect estimation
remim2

Random-effect multiple interval mapping (REMIM)
remim

Random-effect multiple interval mapping (REMIM)
breeding_values

Prediction of QTL-based breeding values from REMIM model
maps6x

Simulated autohexaploid map
maps4x

Autotetraploid potato map
B2721

Autotetraploid potato dataset
mmer_adapted

Adapt to sommer MNR core function
modify_qtl

Modify QTL model
feim

Fixed-effect interval mapping (FEIM)
fit_model

Fits multiple QTL models
fit_model2

Fits multiple QTL models
hexafake

Simulated autohexaploid dataset.