sub gap_start {
my ( $self, $value ) = @_;
if ( defined($value) ) {
$self->{'gap_start'} = $value;
}
return $self->{'gap_start'};
}
|
ensembl-hive
2.8.1
|
Inheritance diagram for Bio::EnsEMBL::Mapper::IndelCoordinate:Public Member Functions | |
| public Bio::EnsEMBL::Mapper::IndelCoordinate | new () |
| public Int | gap_start () |
| public Int | gap_end () |
| public Int | gap_length () |
Public Member Functions inherited from Bio::EnsEMBL::Mapper::Coordinate | |
| public | new () |
| public | start () |
| public | end () |
| public | strand () |
| public | id () |
| public | name () |
| public | coord_system () |
| public | length () |
| public | rank () |
Public Member Functions inherited from Bio::EnsEMBL::Mapper::Gap | |
| public Bio::EnsEMBL::Mapper::Gap | new () |
| public Int | start () |
| public String | end () |
| public Int | length () |
| public | rank () |
Representation of a indel in a sequence; returned from Mapper.pm when the target region is in a deletion.
Definition at line 16 of file IndelCoordinate.pm.
| public Int Bio::EnsEMBL::Mapper::IndelCoordinate::gap_end | ( | ) |
Arg[1] : (optional) int $gap_end Example :
Description : Getter/Setter for the end of the Gap region ReturnType : int Exceptions : none Caller : general
Code:
| public Int Bio::EnsEMBL::Mapper::IndelCoordinate::gap_length | ( | ) |
Args : None Example :
Description : Getter for the length of the Gap region ReturnType : int Exceptions : none Caller : general
Code:
| public Int Bio::EnsEMBL::Mapper::IndelCoordinate::gap_start | ( | ) |
Arg[1] : (optional) int $gap_start Example :
Description : Getter/Setter for the start of the Gap region ReturnType : int Exceptions : none Caller : general
Code:
| public Bio::EnsEMBL::Mapper::IndelCoordinate Bio::EnsEMBL::Mapper::IndelCoordinate::new | ( | ) |
Arg [1] : Bio::EnsEMBL::Mapper::Gap $gap Arg [2] : Bio::EnsEMBL::Mapper::Coordinate $coordinate Example :
Description: Creates a new IndelCoordinate object. Returntype : Bio::EnsEMBL::Mapper::IndelCoordinate Exceptions : none Caller : Bio::EnsEMBL::Mapper
Code: