sortVcfFile: Sort a VCF file

sortVcfFileR Documentation

Sort a VCF file

Description

Sort a VCF file with bcftools sort (requires bcftools >= 1.6)

Usage

sortVcfFile(in.vcf.file, out.vcf.file)

Arguments

in.vcf.file

path to the input VCF file

out.vcf.file

path to the output VCF file (if it is the same as in.vcf.file, the input VCF file will be sorted into a temporary file which will then be copied back to it)

Value

invisible path to the output file

Author(s)

Timothee Flutre

See Also

indexVcfFile


timflutre/rutilstimflutre documentation built on Feb. 7, 2024, 8:17 a.m.