Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexpreynolds/react-seqlogo-demo
- Owner: alexpreynolds
- License: gpl-3.0
- Created: 2018-06-28T19:22:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T18:29:31.000Z (over 6 years ago)
- Last Synced: 2024-11-07T00:24:13.886Z (about 2 months ago)
- Topics: bioinformatics, d3, react, react-components, sequence-logo
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.