cooler | R Documentation |
Instantiates gMatrix from .cool and/or .mcool file, +/- at specific locations.
To find viable resolutions (e.g. for mcool files) use info = TRUE and you will get a list of info, including seqlengths.
cooler(
file,
gr = NULL,
res = NULL,
info = FALSE,
field = NULL,
nochr = FALSE,
mc.cores = 1
)
file |
path to .cool or m.cool file |
gr |
optional GRanges of intervals to query |
res |
optional resolution to pull |
info |
logical flag (FALSE) specifying whether to return a vector of file info instead of pulling down data, this will include available resolutions (for .mcool format) and fields |
gMatrix or list
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.