backendInitialize: General backend methods

backendInitializeR Documentation

General backend methods

Description

These methods are used for implementations of backends e.g. for Spectra or Chromatograms object to initialize the backend, merge backends or extract specific information from them. See the respective help pages (e.g. in the Spectra or Chromatograms packages) for information on the actual implementations of these methods.

Usage

backendInitialize(object, ...)

isReadOnly(object)

setBackend(object, backend, ...)

backendMerge(object, ...)

backendBpparam(object, ...)

backendParallelFactor(object, ...)

supportsSetBackend(object, ...)

Arguments

object

The backend object.

...

Optional parameters.

backend

A backend object.


lgatto/ProtGenerics documentation built on March 14, 2024, 7:06 a.m.