1.0.6 • Published 5 months ago

volcano-plot v1.0.6

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

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;