tmap

October 3, 2024 ยท View on GitHub

tmap is a very fast visualization library for large, high-dimensional data sets. Currently, tmap is available for Python. tmaps graph layouts are based on the OGDF library.

Tutorial and Documentation

See http://tmap.gdb.tools

Notebook

Examples

NameDescription
NIPS Conference PapersA tmap visualization showing the linguistic relationship between NIPS conference papers.view
Project GutenbergA tmap visualization of the linguistic relationships between books and authors extracted from Project Gutenberg.view
MNISTA visualization of the well known MNIST data set. No further explanation needed.view
Fashion MNISTA visualization of a more fashionable variant of MNIST.view
DrugbankA tmap visualization of all drugs registered in Drugbank.view
RNAseqRNA sequencing data of tumor samples. Visualized using tmap.view
FlowcytometryFlowcytometry data visualized using tmap.view
MiniBooNEtmap data visualization of a particle detection physics experiment.view

Availability

LanguageOperating SystemStatus
PythonLinuxAvailable
WindowsAvailable1
macOSAvailable
RUnvailable2

1Works with WSL 2FOSS R developers wanted!

Installation

tmap is installed using the conda package manager. Don't have conda? Download miniconda.

conda install -c tmap tmap

We suggest using faerun to plot the data layed out by tmap. But you can of course also use matplotlib (which might be to slow for large data sets and doesn't provide interactive features).

pip install faerun
# pip install matplotlib