View source: R/listResolutions.R
listResolutions | R Documentation |
List the resolutions available in the file.
listResolutions(file, format = c("hic", "cool"))
file |
character(1). File name of .hic or .cool/.mcool/.scool |
format |
character(1). File format, "hic" or "cool". |
hicfile <- system.file("extdata", "test_chr22.hic", package="trackViewer")
listResolutions(hicfile)
coolfile <- system.file("extdata", "test.mcool", package="trackViewer")
listResolutions(coolfile, format="cool")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.