Tabix
Bioinformatics software utility
Tabix is a free software utility for indexing TAB-delimited genome position files. It is commonly used in bioinformatics analysis to index large genomic data files such as GFF, VCF, or BED files for efficient data retrieval. Tabix was developed by Heng Li and is distributed under the MIT license.
01Use
Tabix requires the input file to be position-sorted and compressed using BGZF. After indexing, Tabix is able to retrieve data lines overlapping query intervals regions specified in the format "chr:start-end." The index files have a .tbi or .csi extension.
It also supports data retrieval over network using direct URL if the index is present in the same location or locally. It also supports multithreading for operations except listing of sequence names.
Sources and credits
This article is adapted from the Wikipedia article “Tabix”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.