LiftoverVcf | R Documentation |
Function to lifts over a VCF file from one genome build to another, producing a properly headered, sorted VCF in one go.
LiftoverVcf(vcf,output,from="hg38",to="hg19")
vcf |
The input VCF/BCF file to be lifted overy |
output |
name of the output file |
from |
starting assembly |
to |
final assembly |
LiftoverVcf(vcf,output,from="hg38",to="hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.