Skip to content

moromis/clustergram-react

 
 

Repository files navigation

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

About

A drop in Clustergrammer React component

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 88.8%
  • JavaScript 11.2%