tabix.createIndex.vcf: Create tabix index for bgzipped VCF file

View source: R/seqminer.R

tabix.createIndex.vcfR Documentation

Create tabix index for bgzipped VCF file

Description

Create tabix index for bgzipped VCF file

Usage

tabix.createIndex.vcf(bgzipVcfFile)

Arguments

bgzipVcfFile

character, input vcf file

See Also

http://zhanxw.com/seqminer/ for online manual and examples

Examples

fileName = system.file("vcf/all.anno.filtered.extract.vcf.gz", package = "seqminer")
tabix.createIndex.vcf(fileName)

seqminer documentation built on Sept. 2, 2023, 9:08 a.m.