readHicChroms {strawr} | R Documentation |
Function for reading chromosomes from .hic file
Description
Function for reading chromosomes from .hic file
Usage
readHicChroms(fname)
Arguments
fname |
path to .hic file |
Value
Data frame of chromosome names and lengths
Examples
readHicChroms(system.file("extdata", "test.hic", package = "strawr"))
[Package strawr version 0.0.92 Index]