View source: R/GRanges_functions.R
litfover_func | R Documentation |
Using rtracklayer and GenomicRanges, this function converts hg19 <-> hg38 coordinates
litfover_func(
folderWithLiftoverInfo,
data2convert,
hg19ToHg38 = FALSE,
hg38ToHg19 = FALSE
)
folderWithLiftoverInfo |
Folder containing liftover chain information retrieved from UCSC website |
hg19ToHg38 |
Boolean to transfrom hg19 to hg38 |
hg38ToHg19 |
Boolean to transfrom hg38 to hg19 |
df2convert |
GenomicRanges or coordinate Dataframe provided to convert to GenomicRanges |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.