seqminer (version 9.4)

tabix.createIndex.meta: Create tabix index for bgzipped MetaScore/MetaCov file

Description

Create tabix index for bgzipped MetaScore/MetaCov file

Usage

tabix.createIndex.meta(bgzipFile)

Arguments

bgzipFile

character, input vcf file

See Also

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

http://zhanxw.github.io/rvtests/ for rvtests

Examples

Run this code
fileName = system.file("rvtests/rvtest.MetaScore.assoc.anno.gz", package = "seqminer")
tabix.createIndex.meta(fileName)

Run the code above in your browser using DataLab