getSpatAnnTags | R Documentation |
Extracts all unique tags with which spatial annotations have been tagged.
getSpatAnnTags(object, ...)
## S4 method for signature 'SPATA2'
getSpatAnnTags(object, simplify = TRUE)
## S4 method for signature 'SpatialData'
getSpatAnnTags(object, simplify = TRUE)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
simplify |
Logical value. If |
Character vector or named list of such.
library(SPATA2)
data("example_data")
object <- loadExampleObject("LMU_MCI")
getSpatAnnTags(object, simplify = FALSE)
getSpatAnnTags(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.