Learn R Programming

seqminer (version 9.7)

createSingleChromosomeBCFIndex: Create a single chromosome index

Description

Create a single chromosome index

Usage

createSingleChromosomeBCFIndex(fileName, indexFileName = NULL)

Value

indexFileName if success, or NULL is failed

Arguments

fileName

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

indexFileName

character, by default, create `fileName`.scIdx

See Also

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

Examples

Run this code
fileName = system.file("vcf/all.anno.filtered.extract.headerFixed.bcf.gz", package = "seqminer")
cfh <- createSingleChromosomeBCFIndex(fileName)

Run the code above in your browser using DataLab