ensembl-hive  2.7.0
Bio::EnsEMBL::Map::MarkerSynonym Class Reference

Public Member Functions

public Bio::EnsEMBL::Map::MarkerSynonym new ()
 
public Int dbID ()
 
public String source ()
 
public String name ()
 

Detailed Description

Synopsis

Description

Represents an alias for a marker in the EnsEMBL database. 

Definition at line 13 of file MarkerSynonym.pm.

Member Function Documentation

◆ dbID()

public Int Bio::EnsEMBL::Map::MarkerSynonym::dbID ( )
  Arg [1]    : (optional) int $dbID
  Example    :
$mid = $marker_synonym->dbID;
  Description: Getter/Setter for the internal id of this synonym
  Returntype : int
  Exceptions : none
  Caller     : general
  Status     : stable
 
Code:
click to view

◆ name()

public String Bio::EnsEMBL::Map::MarkerSynonym::name ( )
  Arg [1]    : (optional) string $name
  Example    :
$name = $marker_synonym->name;
  Description: Getter/Setter for the name/identifier of this synonym
  Returntype : string
  Exceptions : none
  Caller     : general
  Status     : stable
 
Code:
click to view

◆ new()

public Bio::EnsEMBL::Map::MarkerSynonym Bio::EnsEMBL::Map::MarkerSynonym::new ( )
  Arg [1]    : (optional) int $dbID
  Arg [2]    : (optional) string $source
  Arg [3]    : (optional) string $name
  Example    :
$synonym = Bio::EnsEMBL::Map::MarkerSynonym->new(12,$src,$name);
  Description: Creates a new MarkerSynonym 
  Returntype : Bio::EnsEMBL::Map::MarkerSynonym
  Exceptions : non
  Caller     : general
  Status     : stable
 
Code:
click to view

◆ source()

public String Bio::EnsEMBL::Map::MarkerSynonym::source ( )
  Arg [1]    : (optional) string $source
  Example    :
$source = $marker_synonym->source;
  Description: Getter/Setter for the source of this marker synonym
  Returntype : string
  Exceptions : none
  Caller     : general
  Status     : stable
 
Code:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Map::MarkerSynonym::new
public Bio::EnsEMBL::Map::MarkerSynonym new()
Bio::EnsEMBL::Map::MarkerSynonym::dbID
public Int dbID()
Bio::EnsEMBL::Map::MarkerSynonym::source
public String source()
Bio::EnsEMBL::Map::MarkerSynonym
Definition: MarkerSynonym.pm:13
Bio::EnsEMBL::Map::MarkerSynonym::name
public String name()