Closed jamiewaese closed 11 years ago
I've came up with a new algorithm for calculating the gene densities with pixel resolution each frame. It has an order of magnitude less time complexity (O(n) from O(n2)) and my computer is able to run it smoothly, though I can hear my CPU fans working hard.
If you're interested, I am using the following procedure to calculate the densities:
I am drawing the heat map as an overlay on top of the chromosome. Let me know how it performs!
As discussed.