pathway: Pathway evidence

View source: R/pathway.R

pathwayR 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)

MRCIEU/epigraphdb-r documentation built on Aug. 29, 2022, 4:05 a.m.