ieutab_to_GRanges | R Documentation |
IEU tables conversion to GRanges
ieutab_to_GRanges(ieutab, build = "GRCh37")
ieutab |
data.frame-like entity as returned by e.g., variant_rsid, associations, phewas |
build |
character(1) defaults to "GRCh37" |
assumes SNP; renames 'pos' to 'position' if necessary
if (requireNamespace("ieugwasr")) { ex = ieugwasr::variants_rsid("rs6060535") ieutab_to_GRanges(ex) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.