mapSpatialAnnotationTags | R Documentation |
Creates a data.frame that maps the tags of spatial annotations to the barcodes that were covered by the spatial extent of the respective spatial annotation.
mapSpatialAnnotationTags(
object,
ids = NULL,
tags = NULL,
merge = TRUE,
merge_name = "spat_annotations",
merge_missing = "none",
merge_sep = "_",
merge_drop = FALSE
)
object |
An object of class |
tags |
Character vector or |
merge |
Logical value. If TRUE, the results are merged in a single variable. |
merge_name |
Character value. The name of the merged variable. |
merge_missing |
Character value. The value that is assigned to barcodes that do not fall in the extent of any image annotation. |
merge_sep |
Character value. The string with which the image annotation tags are separated with while being merged. |
merge_drop |
Logical value. If TRUE and |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.