get_trait_asso: Get GWAS associations for a particular trait

Description Usage Arguments Value See Also Examples

View source: R/get_associations.R

Description

Get GWAS associations for a particular trait

Usage

1
2
get_trait_asso(trait = NULL, study = NULL, p_lower = NULL,
  p_upper = NULL, start = NULL, size = NULL)

Arguments

trait

Restrict to a particular study

study

Restrict to a particular study

p_lower

Lower bound on p-values

p_upper

Upper bound of p-values

start

First record to retrieve (starting at 0)

size

Maximum number of results to retrieve

Value

Data frame of associations

See Also

get_variant(), get_asso()

Examples

1
result <- get_trait_asso("EFO_0001360", p_upper=1e-10)

rqtl/GWAScat documentation built on Nov. 5, 2019, 4:15 a.m.