View source: R/data_handling.R
apply_bigwig_seqinfo | R Documentation |
Applies the seqinfo from a bigwig to any other object that has a valid seqinfo
method matches seqlevels, and prunes out of range entries
apply_bigwig_seqinfo(
x,
bigwig_file,
drop_unused = TRUE,
pruning_mode = c("error", "coarse", "fine", "tidy")
)
x |
an object trhat has a |
bigwig_file |
a string pointing to a bigwig file |
drop_unused |
boolean drop unused seqlevels |
pruning_mode |
see |
a named vector of the polymerase ratios
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.