Closed kbroman closed 6 years ago
When plotLodProfile() is called with a null model, the error message is as if there were a model but no lod profile information:
plotLodProfile()
Error in plotLodProfile(out) : You must first run refineqtl, using keeplodprofile=TRUE
It'd be better to say "null QTL model; no profiles to plot."
Fixed in this commit.
When
plotLodProfile()
is called with a null model, the error message is as if there were a model but no lod profile information:It'd be better to say "null QTL model; no profiles to plot."