rqtl / qtl2scan

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

lod in scan1 output can be missing column names #77

Closed kbroman closed 8 years ago

kbroman commented 8 years ago

If phenotype input to scan1() is a vector, the $lod component of the output is missing column names, which causes problems in later functions like max() and find_peaks().

kbroman commented 8 years ago

Fixed in this commit.