powered by
Create a single chromosome index
createSingleChromosomeVCFIndex(fileName, indexFileName = NULL)
indexFileName if success, or NULL is failed
character, represents an input VCF file (Bgzipped, with Tabix index)
character, by default, create `fileName`.scIdx
http://zhanxw.com/seqminer/ for online manual and examples
fileName = system.file("vcf/all.anno.filtered.extract.vcf.gz", package = "seqminer") cfh <- createSingleChromosomeVCFIndex(fileName)
Run the code above in your browser using DataLab