ensembl-hive  2.8.1
Bio::EnsEMBL::Utils::VegaCuration::Translation Class Reference
+ Inheritance diagram for Bio::EnsEMBL::Utils::VegaCuration::Translation:

Public Member Functions

public Hashref check_CDS_start_end_remarks ()
 
public Hashref check_CDS_start_end_remarks_loutre ()
 
public Hashref get_havana_seleno_comments ()
 
public check_for_stops ()
 
protected _save_log ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Utils::VegaCuration::Transcript
public Array find_non_overlaps ()
 
public Boolean check_remarks_and_update_names ()
 
public void check_names_and_overlap ()
 
public Hashref get_havana_fragmented_loci_comments ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Utils::VegaCuration::Gene
public Int find_gaps ()
 
- Public Member Functions inherited from Bio::EnsEMBL::Utils::ConversionSupport
public Bio::EnsEMBL::Utils::ConversionSupport new ()
 
public Boolean parse_common_options ()
 
public Boolean parse_extra_options ()
 
public Array allowed_params ()
 
public Array get_common_params ()
 
public Array get_loutre_params ()
 
public Array get_annotrack_params ()
 
public void remove_vega_params ()
 
public Boolean confirm_params ()
 
public String list_all_params ()
 
public String create_commandline_options ()
 
public Boolean check_required_params ()
 
public Boolean user_proceed ()
 
public String read_user_input ()
 
public Boolean comma_to_list ()
 
public Boolean list_or_file ()
 
public Scalar param ()
 
public String error ()
 
public Int warnings ()
 
public String serverroot ()
 
public DBAdaptor get_database ()
 
public DBI get_dbconnection ()
 
public Bio::EnsEMBL::DBSQL::DBAdaptor dba ()
 
public Boolean dynamic_use ()
 
public Hashref get_chrlength ()
 
public Hashref get_ensembl_chr_mapping ()
 
public Int get_taxonomy_id ()
 
public String get_species_scientific_name ()
 
public String species ()
 
public List sort_chromosomes ()
 
protected Values _by_chr_num ()
 
public Hashref split_chromosomes_by_size ()
 
public Boolean is_patch ()
 
public Boolean log ()
 
public lock_log ()
 
public unlock_log ()
 
public Boolean log_warning ()
 
public void log_error ()
 
public Boolean log_verbose ()
 
public Boolean log_stamped ()
 
public Filehandle log_filehandle ()
 
public Filehandle filehandle ()
 
public Filehandle init_log_date ()
 
public Filehandle init_log ()
 
public Boolean finish_log ()
 
public String date_and_mem ()
 
public String date ()
 
public String date_and_time ()
 
public date_format ()
 
public String mem ()
 
public A commify ()
 
public Arrayref fetch_non_hidden_slices ()
 
public Arrayref get_non_hidden_slice_names ()
 
public Arrayref get_wanted_chromosomes ()
 
public Boolean is_haplotype ()
 
public Arrayref get_unique_genes ()
 
public get_attrib_values ()
 
public Arrayref fix_attrib_value ()
 
protected Attrib_type _get_attrib_id ()
 
public Array_ref store_new_attribute ()
 
public Array_ref update_attribute ()
 
public void remove_duplicate_attribs ()
 
public save_seq ()
 
public String get_alignment ()
 
public allowed_duplicate_regions ()
 

Detailed Description

Synopsis

Description

 

Definition at line 12 of file Translation.pm.

Member Function Documentation

◆ _save_log()

protected Bio::EnsEMBL::Utils::VegaCuration::Translation::_save_log ( )

Undocumented method

Code:
click to view

◆ check_CDS_start_end_remarks()

public Hashref Bio::EnsEMBL::Utils::VegaCuration::Translation::check_CDS_start_end_remarks ( )
   Args       : B::E::Transcript
   Example    :
my $results = $support->check_CDS_end_remarks($transcript)
   Description: identifies incorrect 'CDS end...' transcript remarks in a
                otter-derived Vega database
   Returntype : hashref
 
Code:
click to view

◆ check_CDS_start_end_remarks_loutre()

public Hashref Bio::EnsEMBL::Utils::VegaCuration::Translation::check_CDS_start_end_remarks_loutre ( )
   Args       : B::E::Transcript
   Example    :
my $results = $support->check_CDS_end_remarks($transcript)
   Description: identifies incorrect 'CDS end...' transcript attribs in a loutre
                of a loutre-derived Vega database.
   Returntype : hashref
 
Code:
click to view

◆ check_for_stops()

public Bio::EnsEMBL::Utils::VegaCuration::Translation::check_for_stops ( )

Undocumented method

Code:
click to view

◆ get_havana_seleno_comments()

public Hashref Bio::EnsEMBL::Utils::VegaCuration::Translation::get_havana_seleno_comments ( )
   Args       : none
   Example    :
my $results = $support->get_havana_seleno_comments
   Description: parses the HEREDOC containing Havana comments in this module
   Returntype : hashref
 
Code:
click to view

The documentation for this class was generated from the following file:
Bio::EnsEMBL::Utils::VegaCuration::Translation::check_CDS_start_end_remarks_loutre
public Hashref check_CDS_start_end_remarks_loutre()
Bio::EnsEMBL::Utils::VegaCuration::Translation::get_havana_seleno_comments
public Hashref get_havana_seleno_comments()
Bio::EnsEMBL::Utils::VegaCuration::Translation::_save_log
protected _save_log()
Bio::EnsEMBL::Utils::VegaCuration::Translation::check_CDS_start_end_remarks
public Hashref check_CDS_start_end_remarks()
Bio::EnsEMBL::Utils::VegaCuration::Translation::check_for_stops
public check_for_stops()