sub-dim.reduct-ANY-ANY-ANY-method: subsetting for dim.reduct objects

[,dim.reduct,ANY,ANY,ANY-methodR Documentation

subsetting for dim.reduct objects

Description

This function takes a dim.reduct object and returns the subset of the object.

Usage

## S4 method for signature 'dim.reduct,ANY,ANY,ANY'
x[i, j, drop = "missing"]

Arguments

x

A dim.reduct object

i

integer; selected rows

j

integer; selected dimentions

drop

character;

Examples

data(demo.sp);
demo.sub.sp = demo.sp[1:5,];

r3fang/SnapATAC documentation built on March 29, 2022, 4:33 p.m.