showBinSizes: Show bin sizes in a snap file

View source: R/snap-utilities.R

showBinSizesR Documentation

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

file.name = system.file("extdata", "demo.snap", package = "SnapATAC");
showBinSizes(file.name);


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