Learn R Programming

rliger (version 2.0.1)

sub-liger: Subset liger with brackets

Description

Subset liger with brackets

Usage

# S3 method for liger
[(x, i, j, ...)

Value

Subset of x with specified features and cells.

Arguments

x

A liger object

i

Feature subscriptor, passed to featureIdx of subsetLiger.

j

Cell subscriptor, passed to cellIdx of subsetLiger.

...

Additional arguments passed to subsetLiger.

See Also

subsetLiger

Examples

Run this code
pbmcPlot[varFeatures(pbmcPlot)[1:10], 1:10]

Run the code above in your browser using DataLab