Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
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.

We don't have any images related to Tabix yet.
We don't have any YouTube videos related to Tabix yet.
We don't have any PDF documents related to Tabix yet.
We don't have any Books related to Tabix yet.
We don't have any archived web articles related to Tabix yet.

Use

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.6

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.7

See also

References

  1. Li, Heng (March 1, 2011). "Tabix: fast retrieval of sequence features from generic TAB-delimited files". Bioinformatics. 27 (5): 718–719. doi:10.1093/bioinformatics/btq671. ISSN 1367-4803. PMC 3042176. PMID 21208982. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3042176

  2. "VCF+tabix Track Format". UCSC Genome Browser. University of California, Santa Cruz. Retrieved January 26, 2021. https://genome.ucsc.edu/goldenPath/help/vcf.html

  3. Buffalo, Vince (2015). "Out-of-Memory Approaches: Tabix and SQLite". Bioinformatics data skills (1st ed.). California: O'Reilly. p. 427. ISBN 978-1-4493-6737-4. OCLC 916120899. 978-1-4493-6737-4

  4. "Samtools/Htslib". GitHub. 2 May 2022. https://github.com/samtools/htslib/blob/develop/LICENSE

  5. "tabix(1) manual page". www.htslib.org. Retrieved 2025-04-17. https://www.htslib.org/doc/tabix.html

  6. "tabix(1) manual page". www.htslib.org. Retrieved 2025-04-17. https://www.htslib.org/doc/tabix.html

  7. "tabix(1) manual page". www.htslib.org. Retrieved 2025-04-17. https://www.htslib.org/doc/tabix.html