linkGB | R Documentation |
Parse an input sequence into a GenBank HTML link
linkGB(accession, label = "<accession>", DB = "protein", prefix_text = NULL)
accession |
character, header for blast search |
label |
character, Display string or accesion var ["<accesion>"] |
DB |
character, GenBank database to prefix ["protein"] |
prefix_text |
character, prefix to add to label when using accession |
character, html link for click to search
gb.link <- linkGB("VVX76773.1")
gb.link <- linkGB("NC_045512.2", label = "SARSCOV2", DB = "nuccore")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.