Description Usage Arguments Value
View source: R/liftOverGRange.R
Converts coordinates in genomic range object from the given assembly to the target assembly
1 | liftOverGRange(grObject, givenAssembly, targetAssembly, libPath)
|
grObject |
GRanges object with genomic coordinates (see GenomicRanges documentation for more info) |
givenAssembly |
genome assembly of the supplied coordinates (e.g. "hg19") |
targetAssembly |
genome assembly to which the coordinates will be converted |
libPath |
directory where the liftOver chain is stored (the chain will be downloaded if not already present in this directory) |
GRanges object with genomic coordinates after liftOver conversion
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.