signalsAcrossSamples | R Documentation |
Obtain a matrix of score/coverages across a region for a list of BigWig files.
signalsAcrossSamples(files, region, ignore.strand = TRUE)
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. |
A disjoined 'GRanges object' with the scores as metadata columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.