Bio::Map::MappableI 1.4 review

Download
by rbytes.net on

Bio::Map::MappableI is an object that can be placed in a map. SYNOPSIS # get a Bio::Map::MappableI somehow my $positio

License: Perl Artistic License
File size: 4788K
Developer: Jason Stajich
0 stars award from rbytes.net

Bio::Map::MappableI is an object that can be placed in a map.

SYNOPSIS

# get a Bio::Map::MappableI somehow
my $position = $element->map_position();
# these methods will be important for building sorted lists
if( $position->equals($p2) ) {
# do something
} elsif( $position->less_tha($p2) ) {}
elsif( $position->greater_than($p2) ) { }

This object handles the generic notion of an element placed on a (linear) Map. Elements can have multiple positions in a map such as is the case of Restriction enzyme cut sites on a sequence map. For exact information about an element's position in a map one must query the associate PositionI object which is accessible through the position() method.

Requirements:
Perl

Bio::Map::MappableI 1.4 search tags