clustergram-react
v2.2.6
Published
A drop in widget for Clustergrammer in React
Downloads
8
Maintainers
Readme
Clustergrammer-React
A drop in Clustergrammer React component
Install
npm install --save clustergram moromis/clustergrammer-react
yarn add moromis/clustergrammer-react
Use
You can pass all args object arguments as props in to the component. By default, component implements the biology-specific feature of loading gene information on hover. This can be overwritten by passing row_tip_callback={}
data = {
"row_nodes": [...],
"col_nodes": [...],
"links": [...],
"views" : [...]
}
<Clustergrammer networkData={data} />