tabix.read.header | R Documentation |
Read tabix file, similar to running tabix in command line.
tabix.read.header(tabixFile, skippedLine = FALSE)
tabixFile |
character, an tabix indexed file |
skippedLine |
logical, whether to read tabix skipped lines (when used 'tabix -S NUM') |
a list
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.