ankit / see

Visualization tool to explore connections between biclusters

Home Page:http://ankitahuja.com/experiments/see/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See

See is a visualization tool to explore bicluster connections.

Implementation

We currently visualize datasets that are output from the Minevis data format. The data is loaded into MySQL and we use the ORM code within the preprocessing/ folder to flatten the database of biclusters and bicluster connections into CSV files that can then be read using javascript. We use the d3 library for javascript visualization.

Code Styling Rules

Indentation

Use 2 spaces, soft tabs.

Comments

Wherever possible, use //. Try to comment on a new line.

Blank Lines (optional)

Blank lines should have no spaces. If you use TextMate, you can use this bundle.

Everything else

Google Javascript Style Guide: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

About

Visualization tool to explore connections between biclusters

http://ankitahuja.com/experiments/see/


Languages

Language:JavaScript 56.1%Language:Java 32.0%Language:CSS 6.3%Language:HTML 5.2%Language:Python 0.4%