liftOverLax | R Documentation |
rtracklayer::liftOver()
but "fills in" small gaps.This is identical to rtracklayer::liftOver()
, except that gaps
smaller than a specified size will be filled in. This allows the
liftover process to tolerate small indels in the old genome
relative to the new one without breaking up contiguous regions.
liftOverLax(x, chain, ..., allow.gap = 0)
x, chain, ... |
These arguments have the same meaning as in
|
allow.gap |
Maximum gap size to "fill in". If set to zero,
this is equivalent to |
Obviously this is kind of an ugly hack.
See rtracklayer::liftOver()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.