update.binding.ranges.by.conservation | R Documentation |
Updates Binding Region in the Alignment by conservation.
## S3 method for class 'binding.ranges.by.conservation'
update(
template.df,
bins,
entropy.df,
gap.char = "-",
win.len = 30,
direction = c("fw", "rev")
)
template.df |
A |
bins |
A list with |
entropy.df |
A data frame with entropy information. |
gap.char |
The gap character for alignments. |
win.len |
The desired length of the new binding region. |
direction |
The direction for which the binding range shall be adjusted. |
A Templates
object with modified binding regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.