View source: R/Brick_functions.R
| Brick_list_mcool_resolutions | R Documentation |
Brick_list_mcool_resolutions lists all available resolutions in the mcool
file.
Brick_list_mcool_resolutions(mcool)
mcool |
Required. A parameter specifying the name of an mcool file |
A named vector listing all possible resolutions in the file.
## Not run:
require(curl)
out_dir <- file.path(tempdir(),"mcool_test_dir")
dir.create(path = out_dir)
curl_download(url = paste("https://data.4dnucleome.org/",
"files-processed/4DNFI7JNCNFB/",
"@download/4DNFI7JNCNFB.mcool", sep = ""),
destfile = file.path(out_dir,"H1-hESC-HiC-4DNFI7JNCNFB.mcool"))
mcool <- file.path(out_dir,"H1-hESC-HiC-4DNFI7JNCNFB.mcool")
Brick_list_mcool_resolutions(mcool)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.