| annotation_variant | R Documentation |
Creates an A3Variant object for variant annotations with position and info.
annotation_variant(x, info = list())
x |
Integer scalar: Position of the variant (1-based indexing). |
info |
Named list: Additional information about the variant (e.g. reference and alternate amino acids, variant type, etc.) |
A3Variant object
EDG
# Create a variant annotation for position 10 with info about the variant
annotation_variant(10L, info = list(ref = "A", alt = "T", type = "missense"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.