map_to_tissue_section | R Documentation |
Maps observations in a data frame to their respective tissue sections
based on the results of identifyTissueOutline()
.
map_to_tissue_section(object, coords_df, cvars = c("x", "y"))
object |
An object of class |
coords_df |
A data frame containing coordinates to be mapped. Must contain columns specified in |
cvars |
A character vector of length 2 specifying the column names for x and y coordinates in |
A data frame with the input coordinates and an additional column tissue_section
indicating the mapped tissue section.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.