Description Usage Arguments Value
View source: R/range_summary.R
Get the signal from bigwig file for defined regions.
1 |
bigwig |
Path to a bigwig file. Also accpets http paths. |
gr |
A genomic ranges object of regions to obtain signal. All ranges should be the same width. |
range |
The distance from the centre of gr to flank. Default=100. |
log |
Logical. Is the signal in the bigwig file in log space? Default=FALSE. If log = TRUE, the scores in the bigwig file are transformed by e^scores. |
aggregate |
Logical. Should data for each position be added to get an aggregate score? |
A numeric vector of aggregate signal if aggregate = TRUE, which is the default. If aggregate = FALSE a data.frame of signal of all regions is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.