clustergram-react

A drop in widget for Clustergrammer in React


Keywords
clustergrammer, clustergram, react, widget, clustering, hierarchical, visualization, viz, heatmap, dendogram, gene expression
License
MIT
Install
npm install clustergram-react@2.2.6

Documentation

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} />