powered by
Read tabix file, similar to running tabix in command line.
tabix.read.table( tabixFile, tabixRange, col.names = TRUE, stringsAsFactors = FALSE )
data frame, each elements is an individual line
character, an tabix indexed file
character, a text indicating which range in the VCF file to extract. e.g. 1:100-200
logical, use tabix file header as result headers (default: TRUE)
logical, store loaded data as factors (default: FALSE)
http://zhanxw.com/seqminer/ for online manual and examples
fileName = system.file("vcf/all.anno.filtered.extract.vcf.gz", package = "seqminer") snp <- tabix.read.table(fileName, "1:196623337-196632470")
Run the code above in your browser using DataLab