rqtl / qtl2scan

R/qtl2 module for QTL analysis, including genome scans
http://kbroman.org/qtl2
Other
5 stars 4 forks source link

This package is now deprecated. qtl2geno, qtl2scan, qtl2plot, and qtl2db have been merged into a single package, qtl2.

Install the new package and remove the old ones:

install.packages("qtl2", repos="https://rqtl.org/qtl2cran")
remove.packages(paste0("qtl2", c("geno", "scan", "plot", "db")))