sub-ClusterSet-ANY-ANY-ANY-method: Subsetting operator of a ClusterSet object Extract

[,ClusterSet,ANY,ANY,ANY-methodR Documentation

Subsetting operator of a ClusterSet object Extract

Description

The subsetting operator of a ClusterSet object. The i axis correspond to clusters and j to column/cells

Usage

## S4 method for signature 'ClusterSet,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

Arguments

i

indices specifying rows to extract. Indices are numeric or character vectors or empty (missing) or NULL.

j

indices specifying column to extract. Indices are numeric or character vectors or empty (missing) or NULL.

...

See ?'['. Not functionnal here.

drop

For matrices and arrays. If TRUE the result is coerced to the lowest possible dimension. Not functionnal here.


dputhier/scigenex documentation built on May 31, 2024, 8:59 a.m.