Description Usage Arguments Value Examples
The method looks at all the rows for which rsid is NA and gets their rsid by calling get_unknown_rsids_from_locus and merging the resulting rsids into the gwas using merge_rsids_into_gwas
1 | fill_gwas_unknown_rsids(gwas, assembly = valid_references, validate = TRUE)
|
gwas |
a dataframe containing the gwas with CHR POS NEA and EA |
assembly |
one of "hg18", "hg19" (default), or "hg38". |
validate |
a boolean indicating whether to validate the resulting gwas (TRUE by default) use FALSE for debugging. |
original input gwas with available rsids replacing rsids where possible
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.