sub start {
my ( $self, $value ) = @_;
if ( defined($value) ) {
$self->{'start'} = $value;
}
return $self->{'start'};
}
|
ensembl-hive
2.7.0
|
Inheritance diagram for Bio::EnsEMBL::Mapper::Gap:Public Member Functions | |
| public Bio::EnsEMBL::Mapper::Gap | new () |
| public Int | start () |
| public String | end () |
| public Int | length () |
| public | rank () |
Representation of a gap in a sequence; returned from Mapper.pm when the target region is in a gap.
| public String Bio::EnsEMBL::Mapper::Gap::end | ( | ) |
Arg [1] : (optional) int $newval
The new value to set the end coordinate to
Example :Description: Getter/Setter for the end coordinate of the gap region Returntype : string Exceptions : none Caller : general Status : Stable
Code:
| public Int Bio::EnsEMBL::Mapper::Gap::length | ( | ) |
Arg [1] : none Example :
Description: Getter for the length of this gap region Returntype : int Exceptions : none Caller : general Status : Stable
Code:
| public Bio::EnsEMBL::Mapper::Gap Bio::EnsEMBL::Mapper::Gap::new | ( | ) |
Arg [1] : int $start Arg [2] : int $end Example :
Description: Creates a new Gap object. Returntype : Bio::EnsEMBL::Mapper::Gap Exceptions : none Caller : Bio::EnsEMBL::Mapper Status : Stable
Code:
| public Bio::EnsEMBL::Mapper::Gap::rank | ( | ) |
Undocumented method
Code:
| public Int Bio::EnsEMBL::Mapper::Gap::start | ( | ) |
Arg [1] : (optional) int $start
start coordinate of gap region
Example :Description: Getter/Setter for the start attribute Returntype : int Exceptions : none Caller : general Status : Stable
Code: