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.
npm install volcano-plotVolcano 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.
``bash`
npm install volcano-plot
`jsx
import { VolcanoPlot } from 'volcano-plot';
const App = () => {
return (
<>
>
)
}
export default App;
``