Itatsumaki has asked for the wisdom of the Perl Monks concerning the following question:
Howdy brothers,
I have (what I think is) an interesting project. I want to take a chromosome, with its characteristic banding partners, and manipulate programmatically the colours of each band. I would *love* to do this rapidly enough to output via CGI, but I could do it statically if its slow. That part isn't critical.
Look at this picture to see an example of a chromosome map. I want to be able to dynamically find the bands and change their colours based on other criteria (while perhaps inserting a sharp dividing land between each band for clarity).
I have no clue what tools to start with to do this sort of thing in Perl. I have no idea how to segment the image. My instinct to avoid that problem is:
- Manually segment each picture into bands
- Re-colour bands separately
- Piece bands together with separating lines
Even that's beyond my skills, so I'm looking for guidance to modules (I'm stuck on Win32 btw), resources, or non-Perl tools to link into on this. Any advice very welcome.
-Tats
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Dynamic Chromosome Mapping
by injunjoel (Priest) on Nov 11, 2003 at 21:19 UTC | |
by chanio (Priest) on Nov 12, 2003 at 04:32 UTC | |
by Itatsumaki (Friar) on Nov 11, 2003 at 23:50 UTC | |
Re: Dynamic Chromosome Mapping
by shockme (Chaplain) on Nov 11, 2003 at 21:20 UTC | |
Re: Dynamic Chromosome Mapping
by simonm (Vicar) on Nov 11, 2003 at 21:40 UTC | |
Re: Dynamic Chromosome Mapping
by biosysadmin (Deacon) on Nov 12, 2003 at 01:35 UTC | |
by Itatsumaki (Friar) on Nov 12, 2003 at 03:51 UTC | |
Re: Dynamic Chromosome Mapping (link)
by Itatsumaki (Friar) on Nov 12, 2003 at 22:11 UTC |