ensembl-hive  2.8.1
Bio::EnsEMBL::Mapper::Unit Class Reference

Public Member Functions

public new ()
 
public id ()
 
public start ()
 
public end ()
 

Detailed Description

Synopsis

Description

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.

Definition at line 15 of file Unit.pm.

Member Function Documentation

◆ end()

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:
click to view

◆ id()

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:
click to view

◆ new()

public Bio::EnsEMBL::Mapper::Unit::new ( )

Undocumented method

Code:
click to view

◆ start()

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:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Mapper::Unit::end
public end()
Bio::EnsEMBL::Mapper::Unit::start
public start()