tnt.genome

Minimal genome browser based on TnT Board and Ensembl data

Usage no npm install needed!

<script type="module">
  import tntGenome from 'https://cdn.skypack.dev/tnt.genome';
</script>

README

Build Status NPM version

TnT Genome

TnT Genome is a javascript library for displaying genome based annotations. It has been built on top of the TnT Board library and shares with it the same philosophy and design principles: a powerful API written with flexibility in mind that allows the creation of simple, dynamic and useful genome-based visualisations. The goal of TnT Genome is not to provide a full-featured genome browser but a simple tool to create specific and simple genome views. Its flexibility also allows the exploration of new ways of visualising genome-based annotations.

Check out the complete documentation.

Check out the examples

Installation

  • npm:
npm install tnt.genome
  • github:
git clone https://github.com/tntvis/tnt.genome
cd tnt.genome
npm install
gulp build-browser

Feedback

Please, send any feedback to emepyc@gmail.com. Bug reports and feature requests are welcome in the repo bug tracker