1.0.1 • Published 2 years ago

@sodaviz/dfam-soda v1.0.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

dfam-soda

A SODA visualization for Dfam Transposable Element annotations.

About

This project is an NPM package that produces an interactive visualization of Transposable Elements using SODA. The example application can be found live on the dfam website.

Usage

The easiest way to use dfam-soda is with the NPM package manager.

Once you have NPM installed, you can install dfam-soda with:

npm install @sodaviz/dfam-soda

If you would like to run the dfam-soda example application locally, clone the repository and run:

npm i 
make build
cd example
npm i
make serve