signalsAcrossSamples
signalsAcrossSamples.Rd
Obtain a matrix of score/coverages across a region for a list of BigWig files.
Arguments
- files
A named list of paths to biwgig files or of `GRanges` objects with a `score` column.
- region
The region of interest, either given as a string (in the "chr:start-end" format) or as a `GRanges` of length 1.
- ignore.strand
Logical; whether to merge scores from the two strands given stranded objects.