pkgdown/header.html

Skip to contents

Read bigWig files for a specified genomic range and return a tibble of scores.

Usage

readRange(files, range)

Arguments

files

A character vector of bigWig file paths to read.

range

A GRanges object specifying the genomic range to read from the bigWig files.

Value

A tibble of scores for the specified genomic range.