BioFormatsImage-getters: Other 'BioFormatsImage' getters

BioFormatsImage-gettersR Documentation

Other BioFormatsImage getters

Description

isFULL indicates if the extent is the full extent of the image. origin gets the x-y coordinates of the origin of the image, i.e. the smallest possible x-y coordinate values within the full image.

Usage

## S4 method for signature 'BioFormatsImage'
isFull(x)

## S4 method for signature 'BioFormatsImage'
origin(x)

## S4 method for signature 'BioFormatsImage'
transformation(x)

Arguments

x

A BioFormatsImage object.

Value

For isFull: Logical scalar indicating whether the extent is the full extent. For origin: Numeric vector of length 2. For transformation, a list.


pachterlab/SpatialFeatureExperiment documentation built on May 17, 2024, 12:24 a.m.