Description Usage Arguments Value
Summarizes a bigwig over a set of ranges in a
GRangesList-class
or a GRanges-class
object
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | summarize_bigwig(
bigwig_file,
bins,
summary_operation = "sum",
autostyle_seqlevels = TRUE
)
## S4 method for signature 'ANY,GRangesList'
summarize_bigwig(
bigwig_file,
bins,
summary_operation = "sum",
autostyle_seqlevels = TRUE
)
## S4 method for signature 'ANY,GRanges'
summarize_bigwig(
bigwig_file,
bins,
summary_operation = "sum",
autostyle_seqlevels = TRUE
)
|
bigwig_file |
a string pointing to a bigwig file |
bins |
A |
summary_operation |
the summary opperation to apply per bin (e.g. sum, mean, median, etc.) Defaults to "sum" |
autostyle_seqlevels |
Logical. If |
A list of vectors with each one corresponding to one set of bins and each element of a vector corresponding to a bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.