Skip to content

kleisb/GeneSpot-old

 
 

Repository files navigation

GeneSpot

This tool provides a way to view TCGA data from a gene-centric point-of-view. It includes a number of interactive visualizations, and allows the user to save their current exploration. This application also enables the user to select specific cancers and genes of interest, and load data that is generated from a variety of TCGA analysis.


Operating System Support:

  • The example commands in this file are directed at Linux and Mac OS X users. However, it should be expected (unless otherwise noted) that these dependencies would be supported in any operating system supporting Python 2.6~2.7.

Required Dependencies

  • Tornado Web

    • https://github.com/downloads/facebook/tornado/tornado-2.4.tar.gz tar xvzf tornado-2.4.tar.gz cd tornado-2.4 python setup.py build sudo python setup.py install On Python 2.6 and 2.7, it is also possible to simply add the tornado directory to your PYTHONPATH instead of building with setup.py, since the standard library includes epoll support. [sudo] easy_install -U tornado
  • Google APIs

  • MongoDB

About

TCGA Gene-Centric Query Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • Python 19.1%
  • CSS 7.3%
  • Other 0.7%