Bio::Map::MappableI

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

Bio::Map::MappableI Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jason Stajich
  • Publisher web site:
  • http://search.cpan.org/~birney/bioperl-1.4/Bio/PopGen/IO.pm

Bio::Map::MappableI Tags


Bio::Map::MappableI Description

Bio::Map::MappableI is an object that can be placed in a map. 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 Related Software