Package Exports
- volcano-plot
- volcano-plot/dist/volcano-plot.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (volcano-plot) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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-plotUsage
import { VolcanoPlot } from 'volcano-plot';
const App = () => {
return (
<>
<VolcanoPlot />
</>
)
}
export default App;