| lift_bed | R Documentation |
Use this utility to convert BED intervals between genome coordinate systems using liftOver. Only the chr/start/end fields of the input BED are used (strand is ignored). The output GRanges will have no associated seqinfo.
lift_bed(bed, chain, outfile = NULL)
bed |
Pathname of a BED file, or a GRanges (typically loaded from a BED file with |
chain |
A UCSC-style chain file, or a Chain object (such as from |
outfile |
If not NULL, the returned GRanges will be saved to the specified path using |
A warning is given if the lifted intervals are less than 95% of the size of the original intervals. When the BED input represents sequencing target intervals, most of the input intervals will usually lift successfully.
GRanges representing lifted intervals from input bed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.