Home

Awesome

tmap

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 <a href="http://tmap.gdb.tools">http://tmap.gdb.tools</a>

Notebook

Examples

<img src="https://raw.githubusercontent.com/reymond-group/tmap/master/tmap/examples/drugbank/drugbank.jpg" height="290px"/> <img src="https://raw.githubusercontent.com/reymond-group/tmap/master/tmap/examples/mnist/mnist.jpg" height="290px" />

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
WindowsAvailable<sup>1</sup>
macOSAvailable
RUnvailable<sup>2</sup>

<span class="small"><sup>1</sup>Works with WSL</span> <span class="small"><sup>2</sup>FOSS R developers wanted!</span>

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