gwasrapidd icon indicating copy to clipboard operation
gwasrapidd copied to clipboard

gwasrapidd: an R package to query, download and wrangle GWAS Catalog data

Results 4 gwasrapidd issues
Sort by recently updated
recently updated
newest added

how can I get those? ‘ variant_id p_value chromosome base_pair_location effect_allele other_allele effect_allele_frequency odds_ratio ci_lower ci_upper rs888953847 0.9626 1 594445 T C 6e-04 0.985 0.522 1.857 -0.0152 0.3236 20301 21839...

documentation

Check if it still applies: https://rmagno.eu/gwasrapidd/articles/faq.html#5-genomic-coordinates-of-genomic-contexts-seem-to-be-wrong-

Refactor all those parsing functions in files parse-*.R to use `purrr::pluck()` so that we deal with missing elements gracefully: https://adv-r.hadley.nz/subsetting.html#subsetting-oob.

enhancement

Note to self: ```R library(tidyverse) library(gwasrapidd) library(GenomicRanges) gwasrapidd::get_associations(variant_id = "rs1800629", efo_trait = "cancer") ``` works seemingly fine. On the other hand, ```R library(tidyverse) library(GenomicRanges) library(gwasrapidd) gwasrapidd::get_associations(variant_id = "rs1800629", efo_trait =...

bug
help wanted