powered by
Read tabix file, similar to running tabix in command line.
tabix.read.header(tabixFile, skippedLine = FALSE)
a list
character, an tabix indexed file
logical, whether to read tabix skipped lines (when used 'tabix -S NUM')
http://zhanxw.com/seqminer/ for online manual and examples
fileName = system.file("vcf/all.anno.filtered.extract.vcf.gz", package = "seqminer") snp <- tabix.read.header(fileName)
Run the code above in your browser using DataLab