plot_gwas_power
function to correctly
handle the sd_trait
argument for quantitative traits,
ensuring accurate power calculations.feat: ✨ Extend the function plot_gwas_power
to
support both binary and continuous traits, enhancing its utility for
different types of GWAS analyses.
perf: ✨ Support for customizable aesthetics for the QQ plot.
feat: ✨ Add a new function plot_gwas_power_bt()
to
calculate and visualize GWAS statistical power.
docs: 📚 Update documentation of
plot_qqman
.
fix: 🐛 Fix color issues for significant SNPs.
style: ✨ Fixes for CRAN submission issues, including using tempdir() for temporary files and replacing with .
style: ✨ Fixes for CRAN submission issues, including version number updates.
refactor: ♻️ Enhanced plot display for better compatibility with Jupyter Notebook.
perf: ✨ Add argument save_plot
to control plot
saving behavior.
style: ✨ Fixes for CRAN submission issues, including DESCRIPTION file updates and package metadata corrections.