rqtl / qtl2scan

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

Major refactoring of data structures #84

Closed kbroman closed 7 years ago

kbroman commented 7 years ago

Revised the format of the output of scan1 to no longer include the map of marker/pseudomarker positions. You now need to provide both the scan1 output and the genetic map when doing plots or getting summaries.

Also, in SNP association analyses, there's an extra step with index_snps() to identify the subset of non-equivalent SNPs.

See http://kbroman.org/qtl2/assets/vignettes/version05_new.html.