getTissueSections | R Documentation |
Extracts unique tissue sections from the metadata of the given object.
getTissueSections(object)
object |
An object of class |
A character vector of unique tissue sections, excluding "tissue_section_0".
identifyTissueOutline()
library(SPATA2)
object <- loadExampleObject("LMU_MCI", process = TRUE)
tissue_sections <- getTissueSections(object)
print(tissue_sections)
plotSurface(object, color_by = "tissue_section")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.