powered by
Create tabix index file, similar to running tabix in command line.
tabix.createIndex( bgzipFile, sequenceColumn = 1, startColumn = 4, endColumn = 5, metaChar = "#", skipLines = 0 )
character, an tabix indexed file
integer, sequence name column
integer, start column
integer, end column
character, symbol for comment/meta lines
integer, first this number of lines will be skipped
http://zhanxw.com/seqminer/ for online manual and examples
fileName = system.file("vcf/all.anno.filtered.extract.vcf.gz", package = "seqminer") tabix.createIndex(fileName, 1, 2, 0, '#', 0)
Run the code above in your browser using DataLab