getTissueSections: Obtain the names of tissue sections

getTissueSectionsR Documentation

Obtain the names of tissue sections

Description

Extracts unique tissue sections from the metadata of the given object.

Usage

getTissueSections(object)

Arguments

object

An object of class SPATA2 or, in case of S4 generics, objects of classes for which a method has been defined.

Value

A character vector of unique tissue sections, excluding "tissue_section_0".

See Also

identifyTissueOutline()

Examples


library(SPATA2)

object <- loadExampleObject("LMU_MCI", process = TRUE)

tissue_sections <- getTissueSections(object)

print(tissue_sections)

plotSurface(object, color_by = "tissue_section")


theMILOlab/SPATA2 documentation built on Feb. 8, 2025, 11:41 p.m.