rqtl / qtl2scan

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

Fix bug re decomposed kinship in scan1 #106

Closed kbroman closed 7 years ago

kbroman commented 7 years ago

Problems in hsq_dimnames() and subset_kinship(). Rather painful dealing with kinship matrices that may be decomposed or not and may be a single matrix or for multiple chromosomes.

Fixes Issue #104.