LiftoverVcf: LiftoverVcf

View source: R/LiftoverVcf.R

LiftoverVcfR Documentation

LiftoverVcf

Description

Function to lifts over a VCF file from one genome build to another, producing a properly headered, sorted VCF in one go.

Usage

LiftoverVcf(vcf,output,from="hg38",to="hg19")

Arguments

vcf

The input VCF/BCF file to be lifted overy

output

name of the output file

from

starting assembly

to

final assembly

Examples

LiftoverVcf(vcf,output,from="hg38",to="hg19")

mdelcorvo/rgumbo documentation built on Jan. 3, 2025, 2:12 p.m.