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