[.AnnotationFunction | R Documentation |
Subset an AnnotationFunction Object
## S3 method for class 'AnnotationFunction'
x[i]
x |
An |
i |
A vector of indices. |
One good thing for designing the AnnotationFunction-class
is it can be subsetted,
and this is the base for the splitting of the annotations.
anno = anno_simple(1:10)
anno[1:5]
draw(anno[1:5], test = "subset of column annotation")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.