Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# react-bio-viz

React components for biological data visualization

- Gene model
- Multiple Sequence Alignment
- Phylogenetic tree

To 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')