Skip to content

cedekpoole/seq-volcano-plot

Repository files navigation

Volcano Plot 🌋

Volcano Plot is a React.js component powered by Highcharts, designed to visualise RNA sequencing data and identify statistically significant genes. It allows dynamic threshold adjustment for a comprehensive and interactive data analysis experience.

Installation

npm install volcano-plot

Usage

import { VolcanoPlot } from 'volcano-plot';

const App = () => {
    return (
        <>
          <VolcanoPlot />
        </>
    )
}

export default App;