R/open_in_dbsnp.R
open_in_dbsnp.Rd
This function launches the web browser at dbSNP and opens a tab for each SNP identifier.
open_in_dbsnp(variant_id)
A variant identifier, a character vector.
Returns TRUE if successful. Note however that this function is run for its side effect.
TRUE
if (FALSE) { # interactive() open_in_dbsnp('rs56261590') }