|
ensembl-hive
2.8.1
|
Inheritance diagram for Bio::EnsEMBL::IdMapping::TinyTranslation:Public Member Functions | |
| public Int | transcript_id () |
| public String | seq () |
Public Member Functions inherited from Bio::EnsEMBL::IdMapping::TinyFeature | |
| public Bio::EnsEMBL::IdMapping::TinyFeature | new_fast () |
| public Int | id () |
| public String | stable_id () |
| public Int | version () |
| public String | created_date () |
| public String | modified_date () |
| public String | to_string () |
This is a lightweight translation object for the stable Id mapping. See the documentation in TinyFeature for general considerations about its design.
Definition at line 27 of file TinyTranslation.pm.
| public String Bio::EnsEMBL::IdMapping::TinyTranslation::seq | ( | ) |
Arg[1] : (optional) String - the translation's sequence
Description : Getter/setter for the translation's sequence.
Return type : String
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public Int Bio::EnsEMBL::IdMapping::TinyTranslation::transcript_id | ( | ) |
Arg[1] : (optional) Int - the transcript internal Id ("dbID")
Description : Getter/setter for the transcript internal Id this translation is
attached to.
Return type : Int
Exceptions : none
Caller : general
Status : At Risk
: under development
Code: