Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexpreynolds/react-seqlogo-demo

Sequence logo generation with d3
https://github.com/alexpreynolds/react-seqlogo-demo

bioinformatics d3 react react-components sequence-logo

Last synced: 7 days ago
JSON representation

Sequence logo generation with d3

Awesome Lists containing this project

README

        

# react-seqlogo-demo

**Note: This demo has been integrated into the [`react-seqlogo`](https://www.npmjs.com/package/react-seqlogo) project. No further updates to this project will occur.**

This package demonstrates the use of the [`react-seqlogo`](https://www.npmjs.com/package/react-seqlogo) component, which renders sequence logos in a React application.

## Demo

To run the demo, install dependencies and start the local development server:

```
$ npm install
$ npm start
```

In your browser, open `http://localhost:8080/` to test the interface to the `react-seqlogo` package.