More as an educational than a research tool, I'd like to give a presentation on human genetics using a human genome browser that can start at the single-base level, and zoom (smoothly if possible) out to the entire chromosome. The catch is that I won't have internet access when giving the presentation. I'm happy to download reference sequences, annotations, etc. The main things I'd like to display are (at the fine scale) intron/exon positions, and at the wider scale, gene positions, alu/SINE positions, and (if possible) simple gene repeats such as human MW/LW opsins. I like http://chromozoom.org, but it's hard to get working offline. I find that http://www.biodalliance.org doesn't have a terribly nice chromosome-wide view. Are there others that people could suggest?
Changed to Question.
This is probably not something you can easily use right now. But here is something I worked on last year, but never finished. Here is a demo showing human chromosome 1: http://www.nextgenetics.net/tools/browser/browser.html
And it is pure javascript/html so it is offline-able. The github is here: https://github.com/damiankao/seeker.
Use the AWSD keys to move around and Q and E to zoom in/out. You can try to zoom out on human chromosome 1, but you will eventually crash your browser (way too many elements to try to visualize at once).
I am trying to make it into a simple browser for viewing annotations. Here is a version with more UI components I did over Christmas break: http://nextgenetics.net/sequitur/browser.html
I am working on the backend with node.js right now.