SubarrayRanges: SubarrayRanges

SubarrayRangesR Documentation

SubarrayRanges

Description

SubarrayRanges Class

Format

An R6Class generator object

Public fields

type

Datatype [optional]

hasDefaultRange

character [optional]

buffer

list( integer ) [optional]

Methods

Public methods


Method new()

Usage
SubarrayRanges$new(type = NULL, hasDefaultRange = NULL, buffer = NULL, ...)

Method toJSON()

Usage
SubarrayRanges$toJSON()

Method fromJSON()

Usage
SubarrayRanges$fromJSON(SubarrayRangesJson)

Method toJSONString()

Usage
SubarrayRanges$toJSONString()

Method fromJSONString()

Usage
SubarrayRanges$fromJSONString(SubarrayRangesJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
SubarrayRanges$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.