Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions R/readCool.R
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ readCoolChroms <- function(file, resolution = NULL){
#' chromend = 22000000,
#' resolution = 1000000)
#'
#' ## .mcool file
#' ## .mcool file (large download, skipped in automated checks)
#' \dontrun{
#' mcoolFile <- file.path(tempdir(), "LEUK_HEK_PJA27_inter_30.mcool")
#' download.file(url = "https://zenodo.org/records/10906240/files/LEUK_HEK_PJA27_inter_30.mcool?download=1",
#' destfile = mcoolFile, mode = "wb")
Expand All @@ -530,10 +531,11 @@ readCoolChroms <- function(file, resolution = NULL){
#' mcoolData_100Kb <- readCool(file = mcoolFile, chrom = "2",
#' chromstart = 1000000, chromend = 5000000,
#' resolution = 100000)
#'
#' ## Read in data for chr2 at 2500Kb resolution
#'
#' ## Read in data for chr2 at 2500Kb resolution
#' mcoolData_2500Kb <- readCool(file = mcoolFile, chrom = "2",
#' resolution = 2500000)
#' }
#' @seealso \link[plotgardener]{readHic}
#'
#' @importFrom rlang inform warn
Expand Down
6 changes: 4 additions & 2 deletions man/readCool.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading