Skip to contents

Provides convenient access to shared properties like `mask`, `clusters`, and the underlying HDF5 file object (`obj`) by retrieving them from the first run object stored within the experiment. Also provides access to the experiment's own slots (`runs`, `scan_metadata`, `cluster_metadata`).

Usage

# S4 method for class 'H5ClusterExperiment'
x$name

Arguments

x

An `H5ClusterExperiment` object.

name

The name of the property or slot to access (`mask`, `clusters`, `obj`, `runs`, `scan_metadata`, `cluster_metadata`).

Value

The requested object or value.