Skip to contents

The iSEEindexRunrResource class represents an SE object, obtained directly through an R call.

Usage

iSEEindexRunrResource(x)

Arguments

x

List of metadata. See Details.

Value

The constructor function iSEEindexRunrResource() returns an object of object of class iSEEindexRunrResource.

Details

A URI for this type of resource uses the prefix “runr://”.

Required metadata:

uri

Character scalar. URI of the resource.

Supported methods

In the following code snippets, x is an instance of a iSEEindexRunrResource class. Refer to the documentation for each method for more details on the remaining arguments.

  • precache(x, bfc, id, ...) caches the resource located at the given URI using BiocFileCache and returns the file path to the cached file.

Examples

iSEEindexRunrResource(list(
  uri = "runr://HCATonsilData::HCATonsilData(assayType = 'RNA', cellType = 'epithelial')"
))
#> class: iSEEindexRunrResource 
#> - uri: runr://HCATonsilData::HCATonsilData(assayType = 'RNA', cellType = 'epithelial')