wrap-generic: Wrap giotto terra pointer information

wrap-genericR Documentation

Wrap giotto terra pointer information

Description

Extension of wrap methods from terra for Giotto's terra-based S4 objects. Allows pointer information to be packaged into memory so that it can be passed over a connection (e.g. nodes on a computer cluster)

Usage

## S4 method for signature 'giottoPolygon'
wrap(x)

## S4 method for signature 'giotto'
wrap(x)

## S4 method for signature 'giottoPoints'
wrap(x)

## S4 method for signature 'packedGiottoPolygon'
vect(x)

## S4 method for signature 'packedGiottoPoints'
vect(x)

## S4 method for signature 'packedGiotto'
vect(x)

Arguments

x

giottoPolygon or giottoPoints

Functions

  • wrap(giottoPolygon): Wrap giottoPolygon

  • wrap(giotto): Wrap giotto

  • wrap(giottoPoints): Wrap giottoPoints

  • vect(packedGiottoPolygon): Unwrap giottoPolygon

  • vect(packedGiottoPoints): Unwrap giottoPolygon

  • vect(packedGiotto): Unwrap giotto


drieslab/Giotto_site_suite documentation built on April 26, 2023, 11:51 p.m.