Creates a HIDECAN plot from GWASpoly output
Source:R/gwaspoly_helper_functions.R
hidecan_plot_from_gwaspoly.Rd
Creates a HIDECAN plot from the GWAS results from GWASpoly.
Arguments
- gwaspoly_output
A
GWASpoly.thresh
object (returned by theGWASpoly::set.threshold()
function).- traits
Character vector, traits for which GWAS results should be extracted. If
NULL
(default value), all traits present are considered.- models
Character vector, genetic models for which GWAS results should be extracted. If
NULL
(default value), all genetic models present are considered.- ...
Further arguments passed to the
create_hidecan_plot()
function.