0.2.3 • Published 7 years ago

giant-api-biojs v0.2.3

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

giant-api-biojs

NPM version

Visualization of tissue-specific functional gene networks

About

GIANT allows prediction and visualization of gene networks that capture tissue-specific functional interactions.

This module is a connector to GIANT, which enables (i) visualizing gene networks using the BioJS snippet server, and (ii) embedding network graphs in other websites using simple API calls.

Getting Started

Installing from GitHub

git clone https://github.com/FunctionLab/giant-api-biojs.git
cd giant-api-biojs
npm install
npm run build
npm run w

You can now visit http://localhost:9090/examples on your browser to experiment with demos.

Using NPM

To install as a Node dependency:

npm install giant-api-biojs

Then, in JavaScript:

var giant = require('giant-api-biojs');
giant.graphBasic({el: myDiv, tissue: 'Osteoblast', genes: 'LEF1'});

This will display the requested gene network in a DIV identified by id='myDiv'.

Support

Please visit https://github.com/FunctionLab/giant-api-biojs/issues.

References

  1. Greene CS^, Krishnan A^, Wong AK^, Ricciotti E, Zelaya RA, Himmelstein DS, Zhang R, Hartmann BM, Zaslavsky E, Sealfon SC, Chasman DI, FitzGerald GA, Dolinski K, Grosser T, Troyanskaya OG. (2015). Understanding multicellular function and disease with human tissue-specific networks. Nature Genetics. 10.1038/ng.3259w.
  2. GIANT
  3. GIANT API
0.2.3

7 years ago

0.2.2

8 years ago

0.2.1

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago