pathway {epigraphdb}R Documentation

Pathway evidence

Description

GET /pathway

Usage

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

## Not run: 
pathway(trait = "Body mass index")

## End(Not run)

[Package epigraphdb version 0.2.3 Index]