variant_body | R Documentation |
helper function to construct inputs for VEP REST API
variant_body(chr, pos, id, ref, alt)
chr |
character(1) |
pos |
numeric(1) |
id |
character(1) |
ref |
character(1) |
alt |
character(1) |
Produces a string used as an example in VEP API documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.