geneontology / ribbon

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Once node.js is on your machine then dependent packages need to be brought in. Running npm install in the components's root directory will install everything you need for development.
  • Note that you may need to run 'npm install' as sudo.

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

  • fly img

  • zebrafish

img

  • mouse img

Build the library

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 80.2%Language:SCSS 13.3%Language:CSS 5.6%Language:HTML 0.9%