mergeTissueSections: Merge tissue sections

View source: R/m.R

mergeTissueSectionsR Documentation

Merge tissue sections

Description

Merges tissue sections that have been mistakenly identified as two non-contiguous sections.

Usage

mergeTissueSections(object, ...)

Arguments

object

An object of class spata2.

...

Collection of vectors that carry the names of the sections to be merged.

Value

The input spata2 object containing the added or computed results.

See Also

identifyTissueSections()

Examples


# in this fictional example the algorithm identified 6 tissue sections
# this call merges sections 1,2,3 to section 1_2_3 and sections 4,5,6 to
# 4_5_6
## Not run:  object <- mergeTissueSections(object, c(1,2,3), c(4,5,6)) 



kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.