| summarize_bigwig | R Documentation | 
Summarizes a bigwig over a set of ranges in a
GRangesList-class
or a GRanges-class object
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.