https://github.com/amkram/taxonium

Explore very large trees in the browser

https://github.com/amkram/taxonium

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: biorxiv.org, pubmed.ncbi, ncbi.nlm.nih.gov
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Explore very large trees in the browser

Basic Info
  • Host: GitHub
  • Owner: amkram
  • License: gpl-3.0
  • Language: JavaScript
  • Default Branch: master
  • Homepage: http://taxonium.org
  • Size: 249 MB
Statistics
  • Stars: 1
  • Watchers: 0
  • Forks: 1
  • Open Issues: 1
  • Releases: 0
Fork of theosanderson/taxonium
Created about 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Taxonium

Published in eLife <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->All Contributors<!-- ALL-CONTRIBUTORS-BADGE:END -->

Taxonium is a tool for exploring trees, including those with millions of nodes.

➡️ Launch Taxonium

📚 Consult the documentation

📝 Read the paper

How do I..

visualise my own Newick phylogeny?

Upload a Newick file to Taxonium.org, and optionally a metadata file in CSV or TSV format. If using a metadata file the leftmost column must contain names of the nodes as in the tree.

explore the global SARS-CoV-2 phylogeny?

Visit Cov2Tree.org which uses Taxonium to allow you to explore a tree built by researchers at UCSC using public data contributed by researchers across the world to the INSDC databases.

build my own mutation-annotated tree to explore in Taxonium, or add my own metadata to an existing phylogeny?

Use UShER to build a mutation-annotated tree. Then use taxoniumtools to convert it to a Taxonium format you can upload to the interface at Taxonium.org

You can also use taxoniumtools to add your own metadata to the existing public phylogeny.

Find out more in 📚 the documentation.

load really huge trees?

For trees larger than about 6M tips, loading local trees in the browser at Taxonium.org can be unreliable on some systems due to browser memory limitations. To avoid these issues, use the Taxonium desktop app.

use Taxonium in my own web application?

Use the Taxonium component.

See Taxonium in action

Citing Taxonium

Sanderson, T (2022). Taxonium, a web-based tool for exploring large phylogenetic trees. eLife, 11:e82392 https://doi.org/10.7554/eLife.82392

N.B. If you are citing the tree displayed at Cov2Tree.org, please cite the UCSC tree (.. and ideally Taxonium too if you relied on it for exploration)

There is a separate paper for the Treenome Browser feature (Kramer et al., Bioinformatics, 2022).

Structure

Taxonium is structured as a 'monorepo' containing a number of components:

  • taxoniumtools - a Python package that lets you easily generate Taxonium files from Usher protobuf files
  • taxonium_component - a React component that implements the Taxonium tree explorer
  • taxonium_website - The Taxonium website found at Taxonium.org, a wrapper around taxonium_component
  • taxonium_backend - a server-based backend that allows Taxonium trees to be explored without the user downloading the full tree (N.B. Taxonium can also be used without this backend, with static files acccessed in taxonium_website)
  • taxoniumdatahandling - this is a node package upon which both the web client and the backend depend (it handles core logic common to both)

Contributing

We welcome contributions. We require that that all contributors follow the Contributor Covenant Code of Conduct.

Contributors

Taxonium development was initiated and is led by Theo Sanderson at the Francis Crick Institute.


Theo Sanderson

💻 📖 🎨 🤔 🚇 🚧

We are very grateful to our contributors:


Alex Kramer

💻 🎨 🤔

Angie Hinrichs

🤔 🔣 💻

Richard Goater

🎨 💻

Chaoran Chen

🤔

Cornelius Roemer

🤔

Sung Kwon

🚇

Koorous Vargha

💻

Alex Kramer at UCSC built the Treenome Browser component within Taxonium, described here.

Owner

  • Name: Alex Kramer
  • Login: amkram
  • Kind: user
  • Location: Santa Cruz, CA
  • Company: @corbett-lab

Graduate student at UC Santa Cruz - Biomolecular Engineering and Bioinformatics

GitHub Events

Total
  • Watch event: 1
  • Push event: 3
  • Fork event: 1
  • Create event: 1
Last Year
  • Watch event: 1
  • Push event: 3
  • Fork event: 1
  • Create event: 1

Dependencies

.github/workflows/docker-publish-backend.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action ac9327eae2b366085ac7f6a2d02df8aa8ead720a composite
  • docker/login-action 28218f9b04b4f3f62068d7b6ce6ca5b26e35336c composite
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
  • docker/setup-buildx-action 79abd3f86f79a9d68a23c75a09a9a85889262adf composite
  • sigstore/cosign-installer d6a3abf1bdea83574e28d40543793018b6035605 composite
.github/workflows/docker-publish-frontend.yml actions
  • actions/checkout v3 composite
  • docker/build-push-action ac9327eae2b366085ac7f6a2d02df8aa8ead720a composite
  • docker/login-action 28218f9b04b4f3f62068d7b6ce6ca5b26e35336c composite
  • docker/metadata-action 98669ae865ea3cffbcbaa878cf57c20bbf1c6c38 composite
  • docker/setup-buildx-action 79abd3f86f79a9d68a23c75a09a9a85889262adf composite
  • sigstore/cosign-installer d6a3abf1bdea83574e28d40543793018b6035605 composite
.github/workflows/frontend-test.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/precommit-checker.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
  • pre-commit/action v3.0.0 composite
.github/workflows/prettier.yml2 actions
  • actions/checkout v2 composite
  • creyD/prettier_action v4.2 composite
.github/workflows/python-build.yml actions
  • actions/checkout master composite
  • actions/setup-python v1 composite
  • pypa/gh-action-pypi-publish master composite
.github/workflows/python-format.yaml2 actions
  • actions/checkout master composite
  • mritunjaysharma394/autoyapf v2 composite
.github/workflows/python-test.yml actions
  • LouisBrunner/checks-action v1.1.1 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v3 composite
.github/workflows/selenium-test.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v3 composite
.devcontainer/Dockerfile docker
  • mcr.microsoft.com/vscode/devcontainers/javascript-node 0-${VARIANT} build
taxonium_backend/package.json npm
  • @jsonlines/core ^1.0.2
  • axios ^0.26.1
  • commander ^9.1.0
  • compression ^1.7.4
  • cors ^2.8.5
  • express ^4.17.3
  • pako ^2.0.4
  • taxonium_data_handling file:../taxonium_data_handling
  • xml2js ^0.4.23
taxonium_backend/yarn.lock npm
  • @jsonlines/core 1.0.2
  • accepts 1.3.8
  • array-flatten 1.1.1
  • axios 0.26.1
  • body-parser 1.19.2
  • bytes 3.0.0
  • bytes 3.1.2
  • commander 9.1.0
  • compressible 2.0.18
  • compression 1.7.4
  • content-disposition 0.5.4
  • content-type 1.0.4
  • cookie 0.4.2
  • cookie-signature 1.0.6
  • core-js 3.22.2
  • cors 2.8.5
  • debug 2.6.9
  • depd 1.1.2
  • destroy 1.0.4
  • ee-first 1.1.1
  • encodeurl 1.0.2
  • escape-html 1.0.3
  • etag 1.8.1
  • express 4.17.3
  • finalhandler 1.1.2
  • follow-redirects 1.14.9
  • forwarded 0.2.0
  • fresh 0.5.2
  • http-errors 1.8.1
  • iconv-lite 0.4.24
  • inherits 2.0.4
  • ipaddr.js 1.9.1
  • media-typer 0.3.0
  • merge-descriptors 1.0.1
  • methods 1.1.2
  • mime 1.6.0
  • mime-db 1.52.0
  • mime-types 2.1.35
  • ms 2.0.0
  • ms 2.1.3
  • negotiator 0.6.3
  • object-assign 4.1.1
  • on-finished 2.3.0
  • on-headers 1.0.2
  • pako 2.0.4
  • parseurl 1.3.3
  • path-to-regexp 0.1.7
  • proxy-addr 2.0.7
  • qs 6.9.7
  • range-parser 1.2.1
  • raw-body 2.4.3
  • readable-stream 3.6.0
  • readable-web-to-node-stream 3.0.2
  • safe-buffer 5.1.2
  • safe-buffer 5.2.1
  • safer-buffer 2.1.2
  • sax 1.2.4
  • send 0.17.2
  • serve-static 1.14.2
  • setprototypeof 1.2.0
  • statuses 1.5.0
  • string_decoder 1.3.0
  • taxonium_data_handling 1.0.1
  • toidentifier 1.0.1
  • type-is 1.6.18
  • unpipe 1.0.0
  • util-deprecate 1.0.2
  • utils-merge 1.0.1
  • vary 1.1.2
  • xml2js 0.4.23
  • xmlbuilder 11.0.1
taxonium_data_handling/package.json npm
  • readable-web-to-node-stream ^3.0.2
taxonium_data_handling/yarn.lock npm
  • inherits 2.0.4
  • readable-stream 3.6.0
  • readable-web-to-node-stream 3.0.2
  • safe-buffer 5.2.1
  • string_decoder 1.3.0
  • util-deprecate 1.0.2
taxonium_web_client/package.json npm
  • eslint-config-standard ^16.0.3 development
  • eslint-plugin-node ^11.1.0 development
  • eslint-plugin-promise ^5.1.0 development
  • postcss 8 development
  • @craco/craco ^6.1.2
  • @fontsource/roboto ^4.5.5
  • @jbrowse/react-linear-genome-view ^2.1.0
  • @tailwindcss/forms ^0.5.2
  • @testing-library/jest-dom ^5.11.4
  • @testing-library/react ^11.1.0
  • @testing-library/user-event ^12.1.10
  • JSONStream ^1.3.5
  • autoprefixer ^9
  • axios ^0.27.2
  • binary-search ^1.3.6
  • classnames ^2.3.1
  • commander ^9.0.0
  • compression ^1.7.4
  • cors ^2.8.5
  • craco ^0.0.3
  • deck.gl ^8.6.6
  • jsonl ^1.1.2
  • lodash ^4.17.21
  • lzma-native ^8.0.6
  • node-polyfill-webpack-plugin ^1.1.4
  • pako ^2.0.4
  • process ^0.11.10
  • react ^17.0.2
  • react-circular-progressbar ^2.0.4
  • react-debounce-input ^3.2.3
  • react-dom ^17.0.2
  • react-hot-toast ^2.2.0
  • react-icons ^4.2.0
  • react-modal ^3.15.1
  • react-router-dom ^5.2.0
  • react-scripts 5.0.0
  • react-spinners ^0.11.0
  • react-tooltip ^4.2.21
  • readable-web-to-node-stream ^3.0.2
  • scale-color-perceptual ^1.1.2
  • tailwindcss >=3.1.0
  • taxonium_data_handling file:../taxonium_data_handling
  • web-vitals ^1.0.1
  • webpack ^5.72.0
  • yargs ^17.3.1
taxonium_web_client/yarn.lock npm
  • 1853 dependencies
docs/requirements.txt pypi
  • alive-progress *
  • biopython *
  • furo *
  • google-api-python-client *
  • myst-parser *
  • orjson *
  • pandas *
  • protobuf <4
  • sphinx-argparse *
  • sphinx-book-theme *
  • sphinx-rtd-theme *
  • sphinxcontrib-gtagjs *
  • treeswift *