Socket
Socket
Sign inDemoInstall

giant-api-biojs

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    giant-api-biojs

Visualization of tissue-specific functional gene networks


Version published
Weekly downloads
11
increased by22.22%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 21 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc