MoDMap3D visualization tool
JavaScript HTML
Switch branches/tags
Nothing to show
Latest commit ea9a930 Apr 20, 2016 rallis human-chimp maps
Permalink
Failed to load latest commit information.
jscolor new version Nov 24, 2015
legends new version Nov 24, 2015
maps human-chimp maps Apr 20, 2016
README.md Update README.md Apr 17, 2016
index.html fix mapIDs Apr 19, 2016
load.html fix url Dec 14, 2015
load.js fix window resize Apr 19, 2016
loading.gif new version Nov 24, 2015
three.js new version Nov 24, 2015

README.md

MoDMap3D

Three dimensional Molecular Distance Maps from paper "Additive Methods for Genomic Signatures" by "Rallis Karamichalis, Lila Kari, Stavros Konstantinidis, Steffen Kopecki and Stephen Solis-Reyes" .

Demo available at http://www.csd.uwo.ca/MoDMap/3D/index.html

How to use

  1. Copy all files in a web server
  2. Change variable "baseLink" in index.html and load.js
  3. Visit index.html

How to setup new maps

  1. Produce a map[id].txt file containing all information for your map (i.e map1000.txt)
  2. Put the file in /maps directory
  3. Visit load.html?mapid=[id] (i.e load.html?mapid=1000)