Learn R Programming

SnapATAC (version 1.0.0)

nrow: nrow for snap object.

Description

This function takes a snap object and returns number of cells

Usage

# S4 method for snap
nrow(x)

Arguments

x

snap; a snap object

Examples

Run this code
# NOT RUN {
data(demo.sp);
nrow(demo.sp);
# }

Run the code above in your browser using DataLab