pathway: Pathway evidence

Description Usage Arguments Value Examples

View source: R/pathway.R

Description

GET /pathway

Usage

1
pathway(trait, pval_threshold = 1e-05, mode = c("table", "raw"))

Arguments

trait

A trait name

pval_threshold

P-value threshold

mode

If mode = "table", returns a data frame (a tibble as per tidyverse convention). If mode = "raw", returns a raw response from EpiGraphDB API with minimal parsing done by httr.

Value

Data from GET /pathway

Examples

1
2
3
4
## Not run: 
pathway(trait = "Body mass index")

## End(Not run)

epigraphdb documentation built on Jan. 15, 2022, 1:09 a.m.