GWAS_data_from_gwaspoly {hidecan}R Documentation

Extracts information from GWASpoly output

Description

Extracts GWAS results and chromosome length from GWASpoly output.

Usage

GWAS_data_from_gwaspoly(gwaspoly_output, traits = NULL, models = NULL)

Arguments

gwaspoly_output

A GWASpoly.fitted or GWASpoly.thresh object (returned by GWASpoly::GWASpoly() or GWASpoly::set.threshold() functions).

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.

Value

A list with the following elements:


[Package hidecan version 1.1.0 Index]