Description Usage Arguments Value Examples
This method combines the cached and API version of get_rsid
1 2 3 4 5 6 7 8 9 | get_rsid(
chrom,
pos,
ref,
alt,
assembly = valid_references,
cache_file = NULL,
update_cache = TRUE
)
|
chrom |
The name of the contig for the SNP (the "chr" prefix will be ignored if present) |
pos |
The (1-based) position of the SNP |
ref |
The reference allele (only SNPs are supported) |
alt |
The alternate allele (only SNPs are supported) |
assembly |
Which reference genome to use ("hg18", "hg19", or "hg38") |
cache_file |
Which file to use for caching results. if NULL will not use cache |
update_cache |
A boolean indicating whether to update the cache results. |
an rsid identifier of the position provided
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.