Learn R Programming

SnapATAC (version 1.0.0)

showBinSizes: Show bin sizes in a snap file

Description

This function takes a snap-format file name as input and check the bin sizes or resolutions have been generated for count matrix

Usage

showBinSizes(file)

Arguments

file

character. input snap-format file name

Value

integer vector. A vector of integers indicating the bin sizes

Examples

Run this code
# NOT RUN {
file.name = system.file("extdata", "demo.snap", package = "SnapATAC");
showBinSizes(file.name);

# }

Run the code above in your browser using DataLab