Closed kbroman closed 1 year ago
In summary.scanone(), the argument threshold can be a vector, but this is only when format is not "onepheno" (the default). When threshold has length > 1, we get a warning and potentially an error. Need to subset the threshold to the first value.
summary.scanone()
threshold
format
"onepheno"
See this post on the R/qtl discussion list.
In
summary.scanone()
, the argumentthreshold
can be a vector, but this is only whenformat
is not"onepheno"
(the default). When threshold has length > 1, we get a warning and potentially an error. Need to subset the threshold to the first value.See this post on the R/qtl discussion list.