NAME

Bio::Coordinate::ExtrapolatingPair - Continuous match between two coordinate sets

SYNOPSIS

# to use
use Bio::Coordinate::ExtrapolatingPair;

$a  = Bio::Coordinate::ExtrapolatingPair->new();
$b  = Bio::Coordinate::ExtrapolatingPair -> new ( -id => 3 );

DESCRIPTION

Class

FEEDBACK

Mailing Lists

User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing lists Your participation is much appreciated.

bioperl-l@bioperl.org                         - General discussion
http://bio.perl.org/MailList.html             - About the mailing lists

Reporting Bugs

report bugs to the Bioperl bug tracking system to help us keep track the bugs and their resolution. Bug reports can be submitted via email or the web:

bioperl-bugs@bio.perl.org
http://bugzilla.bioperl.org/

AUTHOR - Heikki Lehvaslaiho

Email: heikki@ebi.ac.uk Address:

EMBL Outstation, European Bioinformatics Institute
Wellcome Trust Genome Campus, Hinxton
Cambs. CB10 1SD, United Kingdom

APPENDIX

The rest of the documentation details each of the object methods. Internal methods are usually preceded with a _

strict

Title   : strict
Usage   : $obj->strict(1);
Function: Set and read the strictput coordinate system.
Example :
Returns : value of input system
Args    : boolean

map

Title   : map
Usage   : $newpos = $obj->map(5);
Function: Map the location from the input coordinate system 
          to a new value in the output coordinate system.

          In extrapolating coodinate system there is no location zero.
          Locations are...
Example :
Returns : new value in the output coordinate system
Args    : integer