We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To use lod_labels=TRUE in plot_peaks(), the output of find_peaks() needs to include QTL intervals, by providing either prob or drop.
lod_labels=TRUE
plot_peaks()
find_peaks()
prob
drop
The text was updated successfully, but these errors were encountered:
plot_peaks: fix case where no CIs
3ccd775
- Fixes Issue rqtl#107 - Added a test
No branches or pull requests
To use
lod_labels=TRUE
inplot_peaks()
, the output offind_peaks()
needs to include QTL intervals, by providing eitherprob
ordrop
.The text was updated successfully, but these errors were encountered: