See is a visualization tool to explore bicluster connections.
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.
Use 2 spaces, soft tabs.
Wherever possible, use //
. Try to comment on a new line.
Blank lines should have no spaces. If you use TextMate, you can use this bundle.
Google Javascript Style Guide: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml