sunburst plots for taxonomy
Project description
taxburst: sunburst charts for taxonomy, based on Krona
taxburst is a fork of the Krona software, (see: Ondov, Bergman, and Philippy, 2011). It produces static HTML pages that provide an interactive display of a metagenomic taxonomy.
Here is an example screenshot:
Krona is a fantastic piece of software, but it has been unmaintained for a number of years. Moreover, the input parsing code is written in Perl and the default instructions require use of NCBI taxids.
The goal of taxburst is to update Krona to a maintained, documented piece of software that can be adapted and adjusted in a variety of ways. This is still alpha mode software, to be used at your own risk.
Please file bugs and feature requests on the issue tracker.
Pull requests are welcome!
Documentation
User and developer documentation is available at taxburst.github.io/taxburst/.
Examples
Here are some examples of (interactive!) taxburst plots:
- SRR11125891.SingleM.html - displaying the results of
singlem pipeon SRR11125891, a pig gut microbiome. - SRR11125891.summarized.html -
sourmashtaxonomic breakdown on SRR11125891. - SRR11125891.tax_annotate.html - genome-resolution taxonomic breakdown of SRR11125891.
Install
Via pypi
pip install taxburst
or from bioconda
conda create -n taxburst -c bioconda taxburst
conda activate taxburst
Example command lines
All data files are available in the GitHub repository under examples/.
Using sourmash tax metagenome output - summary_csv format
An example using the summary_csv format
from sourmash tax metagenome (see
tax metagenome docs),
taxburst examples/SRR11125891.summarized.csv \
-o SRR11125891.summarized.html
then open SRR11125891.summarized.html in a browser.
Using sourmash tax annotate output
An example using the with-lineages format
from sourmash tax annotate (see
tax annotate docs
taxburst -F tax_annotate \
examples/SRR11125891.t0.gather.with-lineages.csv \
-o SRR11125891.tax_annotate.html
then open SRR11125891.tax_annotate.html in a browser.
Using singleM pipe output
An example using the profile format
from singlem pipe (see
singlem pipe docs):
taxburst -F singleM \
examples/SRR11125891.singleM.profile.tsv \
-o SRR11125891.singleM.html
then open SRR11125891.singleM.html in a browser.
Background and history
Krona is a super cool way to explore taxonomic breakdowns of metagenomes. But it's kind of old, and isn't being actively maintained. Moreover, it doesn't work easily with GTDB or other non-NCBI taxonomies.
So, why not grab the JavaScript code and rewrite the preprocessing code?
Voila! 'taxburst'!
I'd call it Krona2 or something, but the licensing for Krona prohibits that, to my understanding. Hence, 'taxburst'.
Citation information
When using taxburst, please cite the Krona paper: Interactive metagenomic visualization in a Web browser, Ondov et al., 2011.
CTB July 2025
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taxburst-0.3.2.tar.gz.
File metadata
- Download URL: taxburst-0.3.2.tar.gz
- Upload date:
- Size: 65.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e13482312bb18c2f7cd7920f850fb6ee2dca21095cd15dc461f4c10dfd177217
|
|
| MD5 |
abee4ff3e2ef7a6cb272f7b2696a6306
|
|
| BLAKE2b-256 |
c27eb16d0d04f31cd53e8b3387fc9e4de5c0fea64f225088e1496c7a997ebd21
|
File details
Details for the file taxburst-0.3.2-py3-none-any.whl.
File metadata
- Download URL: taxburst-0.3.2-py3-none-any.whl
- Upload date:
- Size: 62.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a686efa0537c834573bd88a651d2897b0c04e5d09663488ad74794a24cc60cc
|
|
| MD5 |
2a188e836a65b6cfe92574cdb8055dff
|
|
| BLAKE2b-256 |
0d2f7b762126a6d68e26f31f2ef7b1d3e60c67a4e647a98b8c39507a4803d83f
|