containsInnerBorders: Check for inner borders in a spatial annotation

containsInnerBordersR Documentation

Check for inner borders in a spatial annotation

Description

Checks whether a SpatialAnnotation object contains any inner borders.

Usage

containsInnerBorders(object, ...)

## S4 method for signature 'SPATA2'
containsInnerBorders(object, id, ...)

## S4 method for signature 'SpatialAnnotation'
containsInnerBorders(object, ...)

## S4 method for signature 'data.frame'
containsInnerBorders(object, ...)

Arguments

object

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

...

Used to absorb deprecated arguments or functions.

id

Character value specifying the ID of the spatial annotation of interest. If there is only one spatial annotation in the object, the function will default to using it. However, if there are multiple annotations, this argument must be explicitly specified to identify the target annotation.

Value

Logical value.

See Also

SpatialAnnotation


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