|
ensembl-hive
2.8.1
|
Public Member Functions | |
| public Bio::EnsEMBL::Map::MapLocation | new () |
| public String | map_name () |
| public String | name () |
| public String | chromosome_name () |
| public String | position () |
| public Float | lod_score () |
Represents a location on a genetic map, yac map, radition hybrid map, etc.
Definition at line 14 of file MapLocation.pm.
| public String Bio::EnsEMBL::Map::MapLocation::chromosome_name | ( | ) |
Arg [1] : (optional) string $chromosome_name Example :
Description: The name of the chromosome associated with this map location Returntype : string Exceptions : none Caller : general Status : stable
Code:
| public Float Bio::EnsEMBL::Map::MapLocation::lod_score | ( | ) |
Arg [1] : (optional) float $lod Example :
Description: Getter/Setter for lod score of this map location Returntype : float Exceptions : none Caller : general Status : stable
Code:
| public String Bio::EnsEMBL::Map::MapLocation::map_name | ( | ) |
Arg [1] : string $map_name Example :
Description: Getter/Setter for the map name Returntype : string Exceptions : none Caller : general Status : stable
Code:
| public String Bio::EnsEMBL::Map::MapLocation::name | ( | ) |
Arg [1] : (optional) string $name Example :
Description: A name associated with the marker at this position. For
example if this is a genethon map location the name will be
the synonym of source genethon.
Returntype : string
Exceptions : none
Caller : general
Status : stable
Code:
| public Bio::EnsEMBL::Map::MapLocation Bio::EnsEMBL::Map::MapLocation::new | ( | ) |
Arg [1] : (optional) string $name Arg [2] : (optional) string $map_name Arg [3] : (optional) string $chromosome_name Arg [4] : (optional) string $position Arg [5] : (optional) float $lod_score Example :
Description: Creates a new MapLocation Returntype : Bio::EnsEMBL::Map::MapLocation Exceptions : none Caller : general Status : stable
Code:
| public String Bio::EnsEMBL::Map::MapLocation::position | ( | ) |
Arg [1] : (optional) string $position Example :
Description: Getter/Setter for the position of this map location Returntype : string Exceptions : none Caller : general Status : stable
Code: