| annotation_position | R Documentation |
Creates an annotation spec (named list) with an A3Position index and optional type,
for use with create_A3().
annotation_position(x, type = NULL)
x |
Integer vector: Positions of the annotation (1-based indexing). |
type |
Optional character scalar: Annotation type. |
Named list with index (A3Position) and type (character)
EDG
# Create a site annotation for positions 5 and 17, of type "active site"
annotation_position(c(5L, 17L), type = "active site")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.