| annotation_range | R Documentation |
Creates an annotation spec (named list) with an A3Range index and optional type,
for use with create_A3().
annotation_range(x, type = NULL)
x |
Integer matrix with 2 columns corresponding to start and end positions of the annotation (1-based indexing). |
type |
Optional character scalar: Annotation type. |
Named list with index (A3Range) and type (character)
EDG
# Create a region annotation for ranges 3-10 and 15-22, of type "repeat"
annotation_range(rbind(c(3L, 10L), c(15L, 22L)), type = "repeat")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.