agarun / react-mutation-mapper

React Lollipop Plot as a standalone library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-mutation-mapper

NPM JavaScript Style Guide

Install

npm install --save react-mutation-mapper

Usage

LollipopPlot

import * as React from 'react'

import {LollipopPlot} from 'react-mutation-mapper'

class Example extends React.Component {
  render () {
    // TODO a better example with props
    return (
      <LollipopPlot />
    )
  }
}

LollipopMutationPlot

import * as React from 'react'

import {LollipopMutationPlot} from 'react-mutation-mapper'

class Example extends React.Component {
  render () {
    // TODO a better example with props
    return (
      <LollipopMutationPlot />
    )
  }
}

License

© cBioPortal

About

React Lollipop Plot as a standalone library

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 99.5%Language:CSS 0.3%Language:JavaScript 0.2%