image: Generics to extract a slots content

imageR Documentation

Generics to extract a slots content

Description

Generics to extract a slots content

Usage

image(object, of_sample = "")

exprMtr(object, of_sample = "")

countMtr(object, of_sample = "")

coordinates(object, of_sample = "")

coordinates(object) <- value

featureData(object, of_sample = "")

featureData(object) <- value

samples(object)

trajectory(object, trajectory_name, of_sample = "")

ctdf(t_obj)

## S4 method for signature 'spata'
exprMtr(object, of_sample = "")

## S4 method for signature 'spata'
countMtr(object, of_sample = "")

## S4 method for signature 'spata'
coordinates(object, of_sample = "")

## S4 replacement method for signature 'spata'
coordinates(object) <- value

## S4 method for signature 'spata'
featureData(object, of_sample = "")

## S4 replacement method for signature 'spata'
featureData(object) <- value

## S4 method for signature 'spata'
samples(object)

## S4 method for signature 'spata'
trajectory(object, trajectory_name, of_sample = "")

## S4 method for signature 'spatial_trajectory'
ctdf(t_obj)

Arguments

object

A valid spata-object.

of_sample

The sample from which to extract the content.

Value

The respective slots content.


kueckelj/SPATA documentation built on March 22, 2022, 9:59 p.m.