geneontology / ribbon

(DEPRECATED) Short form matrix view of all GO annotations for a given gene
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link
annotations functional-annotation geneontology

ribbon (DEPRECATED)

Short form matrix view of all GO annotations for a given gene

This REACT version of the ribbon has been deprecated. Users should now use or migrate to the Web Component version of the GO ribbon, richer in functionalities, and easier to install:

https://github.com/geneontology/wc-ribbon/tree/master/wc-go-ribbon

Installation

Deployment

    npm install
    npm run build 

Demo Ribbon Server

Integration

Integration is demonstrated in the demo package.

import React from 'react';
import ReactDOM from 'react-dom';
... 
ReactDOM.render(<Demo/>, document.getElementById('demo'));

With the Demo Component instantiating all of the lower components.

If not running react directly (or not wanting to load it via npm), you can import the libraries directly :

<script src="https://unpkg.com/react@15.6.1/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15.6.1/dist/react-dom.js"></script>

Which will allow you to do as above.

Examples

img

Build the library

npm run build will prepare the assets of the library for publishing to NPM.