ensembl-hive  2.7.0
Bio::EnsEMBL::Mapper::Coordinate Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Mapper::Coordinate:

Public Member Functions

public new ()
 
public start ()
 
public end ()
 
public strand ()
 
public id ()
 
public name ()
 
public coord_system ()
 
public length ()
 
public rank ()
 

Detailed Description

Synopsis

Description

Representation of a mapped region in a sequence; returned from Mapper.pm
when the target region maps on to valid sequence.

Definition at line 14 of file Coordinate.pm.

Member Function Documentation

◆ coord_system()

public Bio::EnsEMBL::Mapper::Coordinate::coord_system ( )
  Arg  1      Bio::EnsEMBL::CoordSystem
  Function    getter/setter method
  Returntype  Bio::EnsEMBL::CoordSystem
  Exceptions  none
  Caller      Bio::EnsEMBL::Mapper::Coordinate
  Status      Stable
 
Code:
click to view

◆ end()

public Bio::EnsEMBL::Mapper::Coordinate::end ( )
  Arg  1      int $end
              end coordinate of object in mapped region
  Function    getter/setter method
  Returntype  int
  Exceptions  none
  Caller      Bio::EnsEMBL::Mapper::Coordinate
  Status      Stable
 
Code:
click to view

◆ id()

public Bio::EnsEMBL::Mapper::Coordinate::id ( )
  Arg  1      char|int $id
              id of object in mapped region
          e.g. seq_region_id
  Function    getter/setter method
  Returntype  char|int
  Exceptions  none
  Caller      Bio::EnsEMBL::Mapper::Coordinate
  Status      Stable
 
Code:
click to view

◆ length()

public Bio::EnsEMBL::Mapper::Coordinate::length ( )
  Function    getter method
  Returntype  int
  Exceptions  none
  Caller      ?
  Status      Stable
 
Code:
click to view

◆ name()

public Bio::EnsEMBL::Mapper::Coordinate::name ( )
  Arg  1      char name
              name of object in mapped region
          e.g. seq_region_name
  Function    getter/setter method
  Returntype  char
  Exceptions  none
  Caller      Bio::EnsEMBL::Mapper::Coordinate
  Status      Stable
 
Code:
click to view

◆ new()

public Bio::EnsEMBL::Mapper::Coordinate::new ( )
  Arg [1]     char|int id of object in mapped region
  Arg [2]     int start of region   
  Arg [3]     int end of region
  Arg [4]     int strand if region
  Arg [5]     Bio::EnsEMBL::CoordSystem  coordsytem of the region
  Function    creates a new Coordinate object
  Returntype  Bio::EnsEMBL::Mapper::Coordinate
  Exceptions  none
  Status      Stable
 
Code:
click to view

◆ rank()

public Bio::EnsEMBL::Mapper::Coordinate::rank ( )

Undocumented method

Code:
click to view

◆ start()

public Bio::EnsEMBL::Mapper::Coordinate::start ( )
  Arg  1      int $start
              start coordinate of object in mapped region
  Function    getter/setter method
  Returntype  int
  Exceptions  none
  Caller      Bio::EnsEMBL::Mapper::Coordinate
  Status      Stable
 
Code:
click to view

◆ strand()

public Bio::EnsEMBL::Mapper::Coordinate::strand ( )
  Arg  1      int $strand
              strand of object in mapped region
  Function    getter/setter method
  Returntype  int
  Exceptions  none
  Caller      Bio::EnsEMBL::Mapper::Coordinate
  Status      Stable
 
Code:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Mapper::Coordinate::strand
public strand()
Bio::EnsEMBL::Mapper::Coordinate::end
public end()
Bio::EnsEMBL::Mapper::Coordinate::coord_system
public coord_system()
Bio::EnsEMBL::Mapper::Coordinate::rank
public rank()
Bio::EnsEMBL::Mapper::Coordinate::start
public start()
Bio::EnsEMBL::Mapper::Coordinate::name
public name()
Bio::EnsEMBL::Mapper::Coordinate::length
public length()