Description Usage Arguments Value Examples
View source: R/Brick_functions.R
Brick_list_mcool_resolutions
lists all available resolutions in the mcool
file.
1 | 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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ## 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.