We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db6108 commit baa4627Copy full SHA for baa4627
1 file changed
README.md
@@ -1,6 +1,6 @@
1
# react-mutation-plot
2
3
-> A React based mutation lollipop plot.
+> A light weight adaptation React based mutation lollipop plot from [cBioPortal frontend](https://github.com/cBioPortal/cbioportal-frontend).
4
5
[](https://www.npmjs.com/package/react-mutation-plot) [](https://standardjs.com)
6
@@ -12,6 +12,8 @@ npm install --save react-mutation-plot
12
13
## Usage
14
15
+Check the `/example` folder for a complete usage.
16
+
17
```jsx
18
import React, { Component } from 'react'
19
0 commit comments