Skip to contents

ArrayBrowserData Class

Format

An R6Class generator object

Public fields

arrays

list( ArrayInfo ) [optional]

pagination_metadata

PaginationMetadata [optional]

Methods


Method new()

Usage

ArrayBrowserData$new(arrays = NULL, pagination_metadata = NULL, ...)


Method toJSON()

Usage

ArrayBrowserData$toJSON()


Method fromJSON()

Usage

ArrayBrowserData$fromJSON(ArrayBrowserDataJson)


Method toJSONString()

Usage

ArrayBrowserData$toJSONString()


Method fromJSONString()

Usage

ArrayBrowserData$fromJSONString(ArrayBrowserDataJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ArrayBrowserData$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.