createSingleChromosomeVCFIndex: Create a single chromosome index

View source: R/seqminer.R

createSingleChromosomeVCFIndexR Documentation

Create a single chromosome index

Description

Create a single chromosome index

Usage

createSingleChromosomeVCFIndex(fileName, indexFileName = NULL)

Arguments

fileName

character, represents an input VCF file (Bgzipped, with Tabix index)

indexFileName

character, by default, create 'fileName'.scIdx

Value

indexFileName if success, or NULL is failed

See Also

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

Examples

fileName = system.file("vcf/all.anno.filtered.extract.vcf.gz", package = "seqminer")
cfh <- createSingleChromosomeVCFIndex(fileName)

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