Description Usage Arguments Value Examples
Function to pick a single GRanges object per many in a given GRangeslist If none map, then a return a "chrZ" seqname is returned.
1 |
grl |
A GRangeslist object to be picked on |
returnBooVec |
If true, returns an S3 object where the first element is the flattened GRanges object and the second is a boolean vector indicating whether the region was successfully mapped or not. |
A flattened GRanges object of the same length
1 2 3 | from <- paste0(system.file('extdata',package='easyLift'),'/exbed/hg19.quick.bed')
#easyLiftOver(sf, map = "hg19_hg38") # spits out the lifted over bed file
liftedGRanges <- easyLiftOver(from, map = "hg19_hg38", pickOne = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.