powered by
GET /pathway
pathway(trait, pval_threshold = 1e-05, mode = c("table", "raw"))
A trait name
P-value threshold
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.
mode = "table"
tibble
tidyverse
mode = "raw"
httr
Data from GET /pathway
# NOT RUN { pathway(trait = "Body mass index") # }
Run the code above in your browser using DataLab