createImageAnnotations | R Documentation |
Opens an interface in which the user can interactively outline
histomorphological features of an image. The outline created this way is
used to create a SpatialAnnotation
of subclass ImageAnnotation
.
Not to confuse with createSpatialSegmentation()
.
createImageAnnotations(object, ...)
object |
An object of class |
... |
Used to absorb deprecated arguments or functions. |
The updated input object, containing the added, removed or computed results.
addSpatialAnnotation()
, mergeWithTissueOutline()
library(SPATA2)
data("example_data")
object <- example_data$object_UKF275T_diet
object <- createImageAnnotations(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.