gaoce / TimeVis

A visualization tool to visualize gene expression time series data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeVis

Build Status

Time series visualization and analysis.

A visualization tool to visualize gene expression time series data.

  1. Documentation

Documentation can be seen from the project Github Page

  1. Installation

Install from GitHub using pip

$ pip install git+https://github.com/gaoce/TimeVis

We recommend you install the package under virtualenv.

The application depends on numpy/scipy, if it is a problem for you, try Anaconda.

You can also use Docker

$ sudo docker pull gaoce/timevis
  1. Start and Stop

Start the application using timevis, here are its arguments:

$ timevis  -h
usage: timevis [-h] [-b] [-p PORT] [-s HOST] [-d DEBUG]

TimeVis

optional arguments:
  -h, --help            show this help message and exit
  -b, --browser         Enable browser
  -p PORT, --port PORT  Port
  -s HOST, --host HOST  Host
  -d DEBUG, --debug DEBUG
                        Debug mode

To use your own config file, set environment variable TIMEVIS_CONFIG=/path/to/config.py.

If you are using Docker

$ sudo docker run -p 8000:8000 gaoce/timevis timevis

The application can be accessed through http://localhost:8000 inside your browser.

To stop, use the keyboard shortcut Ctrl+c.

  1. User Interface

Interface to define experiment information, including factors (independent variables) and channels (dependent variables).

Experiment Information

Interface to query and visualize time series data based on conditions of interest.

Visualization

About

A visualization tool to visualize gene expression time series data.

License:MIT License


Languages

Language:JavaScript 45.5%Language:Python 25.4%Language:HTML 20.1%Language:CSS 7.2%Language:Makefile 1.8%