sub-kgraph-ANY-ANY-ANY-method: subsetting for kgraph objects

[,kgraph,ANY,ANY,ANY-methodR Documentation

subsetting for kgraph objects

Description

This function takes a kgraph object and returns the subset of kgraph object.

Usage

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

Arguments

x

A kgraph object

i

selected rows

j

selected columns

drop

drop unused levels

Examples

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

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