hgLiftOver | R Documentation |
Function to converts genome coordinates between assemblies
hgLiftOver(df,from="hg38",to="hg19")
df |
data.frame in BED format with chromosome number, start and end position or chromosome number and a single genomic position respectively |
from |
starting assembly |
to |
final assembly |
hgLiftOver(df = bed_file,from="hg38",to="hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.