|
ensembl-hive
2.7.0
|
Public Member Functions | |
| public A | new () |
| public A | new_fast () |
| public Int | source () |
| public Int | target () |
| public Float | score () |
| public String | to_string () |
This object represents a ScoredMappingMatrix entry. It is defined by a pair of a source and target object's internal Id and a score for this mapping.
| public A Bio::EnsEMBL::IdMapping::Entry::new | ( | ) |
Example :
Description : Constructor. This is a no-argument constructor, so you need to
populate the object manually. Rarely used since in most cases
new_fast() is preferred.
Return type : a Bio::EnsEMBL::IdMapping::Entry object
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public A Bio::EnsEMBL::IdMapping::Entry::new_fast | ( | ) |
Arg[1] : Arrayref $array_ref - the arrayref to bless into the Entry object Example :
Description : Fast constructor. Return type : a Bio::EnsEMBL::IdMapping::Entry object Exceptions : none Caller : general Status : At Risk : under development
Code:
| public Float Bio::EnsEMBL::IdMapping::Entry::score | ( | ) |
Arg[1] : (optional) Float - a score
Description : Getter/setter for score for the mapping between source and
target object.
Return type : Float
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public Int Bio::EnsEMBL::IdMapping::Entry::source | ( | ) |
Arg[1] : (optional) Int - source object's internal Id
Description : Getter/setter for source object's internal Id.
Return type : Int
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public Int Bio::EnsEMBL::IdMapping::Entry::target | ( | ) |
Arg[1] : (optional) Int - target object's internal Id
Description : Getter/setter for target object's internal Id.
Return type : Int
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public String Bio::EnsEMBL::IdMapping::Entry::to_string | ( | ) |
Example :
Description : Returns a string representation of the Entry object. Useful for debugging and logging. Return type : String Exceptions : none Caller : general Status : At Risk : under development
Code: