|
ensembl-hive
2.8.1
|
Inheritance diagram for Bio::EnsEMBL::IdMapping::TinyGene:Public Member Functions | |
| public Int | start () |
| public Int | end () |
| public Int | strand () |
| public String | seq_region_name () |
| public String | biotype () |
| public String | logic_name () |
| public void | add_Transcript () |
| public Arrayref | get_all_Transcripts () |
| public Int | length () |
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 gene object for the stable Id mapping. See the documentation in TinyFeature for general considerations about its design.
Definition at line 28 of file TinyGene.pm.
| public void Bio::EnsEMBL::IdMapping::TinyGene::add_Transcript | ( | ) |
Arg[1] : Bio::EnsEMBL::IdMapping::TinyTranscript $tr - the transcript to add Example :
Description : Adds a transcript to a gene.
Return type : none
Exceptions : thrown on wrong or missing argument
Caller : general
Status : At Risk
: under development
Code:
| public String Bio::EnsEMBL::IdMapping::TinyGene::biotype | ( | ) |
Arg[1] : (optional) String - the gene's biotype
Description : Getter/setter for the gene's biotype.
Return type : String
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public Int Bio::EnsEMBL::IdMapping::TinyGene::end | ( | ) |
Arg[1] : (optional) Int - the gene's end coordinate
Description : Getter/setter for the gene's end coordinate.
Return type : Int
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public Arrayref Bio::EnsEMBL::IdMapping::TinyGene::get_all_Transcripts | ( | ) |
Example :
Description : Returns all transcripts attached to that gene. Return type : Arrayref of Bio::EnsEMBL::IdMapping::TinyTranscript objects Exceptions : none Caller : general Status : At Risk : under development
Code:
| public Int Bio::EnsEMBL::IdMapping::TinyGene::length | ( | ) |
Description : Returns the gene length (distance between start and end).
Return type : Int
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public String Bio::EnsEMBL::IdMapping::TinyGene::logic_name | ( | ) |
Arg[1] : (optional) String - the gene's analysis' logic_name
Description : Getter/setter for the gene's analysis' logic_name.
Return type : String
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public String Bio::EnsEMBL::IdMapping::TinyGene::seq_region_name | ( | ) |
Arg[1] : (optional) String - seq_region name
Description : Getter/setter for the seq_region name of the slice the gene is
on.
Return type : String
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public Int Bio::EnsEMBL::IdMapping::TinyGene::start | ( | ) |
Arg[1] : (optional) Int - the gene's start coordinate
Description : Getter/setter for the gene's start coordinate.
Return type : Int
Exceptions : none
Caller : general
Status : At Risk
: under development
Code:
| public Int Bio::EnsEMBL::IdMapping::TinyGene::strand | ( | ) |
Arg[1] : (optional) Int - the gene's strand
Description : Getter/setter for the gene's strand.
Return type : Int
Exceptions : none
Caller : general
Status : At Risk
: under development
Code: