Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genenotebook/react-bio-viz
React components for biological data visualization
https://github.com/genenotebook/react-bio-viz
Last synced: 2 months ago
JSON representation
React components for biological data visualization
- Host: GitHub
- URL: https://github.com/genenotebook/react-bio-viz
- Owner: genenotebook
- License: mit
- Created: 2020-06-13T09:44:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T06:45:01.000Z (3 months ago)
- Last Synced: 2024-11-03T07:23:04.448Z (3 months ago)
- Language: TypeScript
- Size: 4.48 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-bio-viz
React components for biological data visualization
- Gene model
- Multiple Sequence Alignment
- Phylogenetic treeTo install
```
npm install react-bio-viz
```To use
```jsx
import React from 'react';import { GeneModel, MultipleSequenceAlignment, Tree } from 'react-bio-viz'
import { genemodel, msa, tree } from './src/data'
function App(): JSX.Element {
return (
)
}
```To see examples, start a development server (loading is currently slow)
```
git clone https://github.com/genenotebook/react-bio-viz
cd react-bio-viz
npm install
npm run dev
```![showcase](showcase.png 'react-bio-viz examples')