sub start {
my ( $self, $value ) = @_;
if ( defined($value) ) {
$self->{'start'} = $value;
}
return $self->{'start'};
}
|
ensembl-hive
2.8.1
|
Public Member Functions | |
| public | new () |
| public | id () |
| public | start () |
| public | end () |
Two regions mapped between different coordinate systems are each represented by a Bio::EnsEMBL::Mapper::Unit and joined together as a Bio::EnsEMBL::Mapper::Pair.
| public Bio::EnsEMBL::Mapper::Unit::end | ( | ) |
Arg 1 int $end
the end coordinate of the mapped
region which this object represents
Function accessor method
Returntype int
Exceptions none
Caller Bio::EnsEMBL::Mapper::Unit
Status Stable
Code:
| public Bio::EnsEMBL::Mapper::Unit::id | ( | ) |
Arg 1 int|char $id
the id of the object (e.g. seq_region_name) which is mapped
Function accessor method
Returntype int|char
Exceptions none
Caller Bio::EnsEMBL::Mapper::Unit
Status Stable
Code:
| public Bio::EnsEMBL::Mapper::Unit::new | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::Mapper::Unit::start | ( | ) |
Arg 1 int $start
the start coordinate of the mapped
region which this object represents
Function accessor method
Returntype int
Exceptions none
Caller Bio::EnsEMBL::Mapper::Unit
Status Stable
Code: