Skip to contents

SubarrayRanges Class

Format

An R6Class generator object

Public fields

type

Datatype [optional]

hasDefaultRange

character [optional]

buffer

list( integer ) [optional]

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.