Skip to content

A light weight adaptation React based mutation lollipop plot from cBioPortal frontend.

License

Notifications You must be signed in to change notification settings

rnugraha/react-mutation-plot

Repository files navigation

react-mutation-plot

A light weight adaptation React based mutation lollipop plot from cBioPortal frontend.

NPMJavaScript Style Guide

schermafbeelding 2019-02-19 om 17 56 14

Install

npm install --save react-mutation-plot

Usage

Check the /example folder for a complete usage.

importReact,{Component}from'react'importLollipopfrom'react-mutation-plot'classExampleextendsComponent{render(){return(<LollipopPlotdomains={domains}lollipops={lollipops}vizWidth={vizWidth}vizHeight={vizHeight}hugoGeneSymbol={hugoGeneSymbol}xMax={xMax}yMax={yMax}onLollipopClick={onLollipopClickHandler}/>)}}

About

A light weight adaptation React based mutation lollipop plot from cBioPortal frontend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript97.6%
  • HTML1.7%
  • CSS0.7%