View source: R/import_bigwig_filtered.R
import_bigwig_filtered | R Documentation |
Import a subset of a bigwig file
based on the coordinates in a GRanges
object (gr.query_dat
).
import_bigwig_filtered(bw.file, gr.query_dat, full_data = TRUE)
bw.file |
Path to a bigwig file. |
gr.query_dat |
GRanges object to query the bigwig file with. |
full_data |
Whether to return the actual read ranges
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.