-
Notifications
You must be signed in to change notification settings - Fork 11
Support for floating point positions in Bio::Graphic::* #23
Description
Author Name: Nathan S. (Nathan S.)
Original Redmine Issue: 2343, https://redmine.open-bio.org/issues/2343
Original Date: 2007-08-14
Original Assignee: Lincoln Stein
I’ve been working with Bio::Map::* modules recently. I have generated a map which represents the position of genes in cM and I’d like to be able to generate am image of the map using Bio::Graphic::* modules. Obviously, these positions are not integer based and thus, not compatible with Bio::Graphic::* modules.
How much work would be involved in adding support for this? On a similar note (because I came across it in another thread)…..could there be support for negative values (if it doesn’t exist)?
Cheers
Nath
s. I might take this up myself, if I can be given some pointers as to where to start.