hidecan_plot_from_gwaspoly {hidecan}R Documentation

Creates a HIDECAN plot from GWASpoly output

Description

Creates a HIDECAN plot from the GWAS results from GWASpoly.

Usage

hidecan_plot_from_gwaspoly(gwaspoly_output, traits = NULL, models = NULL, ...)

Arguments

gwaspoly_output

A GWASpoly.thresh object (returned by the GWASpoly::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.

Value

A ggplot.


[Package hidecan version 1.1.0 Index]