View source: R/snap-utilities.R
showBinSizes | R Documentation |
This function takes a snap-format file name as input and check the bin sizes or resolutions have been generated for count matrix
showBinSizes(file)
file |
character. input snap-format file name |
integer vector. A vector of integers indicating the bin sizes
file.name = system.file("extdata", "demo.snap", package = "SnapATAC"); showBinSizes(file.name);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.