R/qtl2convert

R-CMD-check CRAN_Status_Badge r-universe badge zenodo DOI

Karl Broman

R/qtl2 (aka qtl2) is a reimplementation of the QTL analysis software R/qtl, to better handle high-dimensional data and complex cross designs.

The qtl2convert package is for converting data among the R/qtl2, DOQTL, and R/qtl formats.


Installation

Install the qtl2convert package from CRAN:

install.packages("qtl2convert")

Alternatively, install it from R universe:

install.packages("qtl2convert", repos=c("https://rqtl.r-universe.dev",
                                        "https://cloud.r-project.org"))

Or use remotes to install it from its GitHub source:

install.packages("remotes")
remotes::install_github("rqtl/qtl2convert")

License

Licensed under GPL-3.