1.2.8 • Published 6 years ago

@nathandunn/gene-ontology-ribbon v1.2.8

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
6 years ago

ribbon

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

Acknowledgments

  • Thanks to Sibyl Gao (@sibyl229) for knowing what to do and how to do it for AGR usage, Josh Goodman for making his code available as a start point, Seth Carbon (@kltm) for bearing with my naive questions, and Chris Mungall (@cmungall) for all the usual fantastic things he does

Installation

  • Make sure node.js is installed - see https://nodejs.org/en/download/

  • 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.

  • To install locally, you need to run:

  • npm run build
  • npm pack
  • point to the .tgz file locally (had many issues with npm link)

Demo Ribbon Server

Examples

  • fly img

  • zebrafish

img

  • mouse img

Build the library

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