View source: R/run_liftOver_wrapper.R
This is a wrapper for liftover function
1 | run_liftOver_wrapper(x, convertFrom = "hg19", chain, changeName = T)
|
x |
GRanges object |
convertFrom |
string to identify assembly version converting from |
chain |
string link to chain file |
changeName |
boolean, if T (default), the lifted over ranges will have chr:pos naming; if F, will retain original names as in x |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.