Description Usage Arguments Value
View source: R/data_handling.R
Applies the seqinfo from a bigwig to any other object that has a valid seqinfo
method matches seqlevels, and prunes out of range entries
1 2 3 4 5 6 | 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.