DNASkittle is a web based genome browser that provides an interactive visualization of the raw sequence. Every nucleotide of 10Kbp can fit on one screen at a time. It makes heavy use of signal processing techniques to extract tandem repeats, and other genome elements.
Client side png that the client has already received will cease to display when scrolling up and down when the client is still waiting on another png to come in on the server.
Reproduction:
Chunk 1 is loaded, and displaying
Chunk 2 is requested, but not responded
Scroll down so that the start position for Chunk 1 is off the top of the screen
Result: chunk 1 disappears and will not reappear without scrolling up or getting a final response for Chunk 2.
Client side png that the client has already received will cease to display when scrolling up and down when the client is still waiting on another png to come in on the server.
Reproduction: Chunk 1 is loaded, and displaying Chunk 2 is requested, but not responded Scroll down so that the start position for Chunk 1 is off the top of the screen Result: chunk 1 disappears and will not reappear without scrolling up or getting a final response for Chunk 2.