Closed kbroman closed 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().
scan1()
$lod
max()
find_peaks()
Fixed in this commit.
If phenotype input to
scan1()
is a vector, the$lod
component of the output is missing column names, which causes problems in later functions likemax()
andfind_peaks()
.