|
ensembl-hive
2.7.0
|
Inheritance diagram for Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor:Definition at line 26 of file ProteinFeatureAdaptor.pm.
| protected Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::_columns | ( | ) |
Undocumented method
Code:
| protected Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::_left_join | ( | ) |
Undocumented method
Code:
| protected Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::_objs_from_sth | ( | ) |
Undocumented method
Code:
| protected Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::_tables | ( | ) |
Undocumented method
Code:
| protected Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::_tbl_columns | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::count_by_Slice_constraint | ( | ) |
Undocumented method
Code:
| public Listref Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_logic_name | ( | ) |
Arg [1] : string $logic_name
the logic name of the type of features to obtain
Example : Description: Returns a listref of features created from the database.
only features with an analysis of type $logic_name will
be returned. If the logic name is invalid (not in the
analysis table), a reference to an empty list will be
returned.
Returntype : listref of Bio::EnsEMBL::ProteinFeatures
Exceptions : thrown if no $logic_name
Caller : General
Status : Stable
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_Slice | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_Slice_and_external_db | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_Slice_and_hcoverage | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_Slice_and_pid | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_Slice_and_score | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_Slice_constraint | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_stable_id_list | ( | ) |
Undocumented method
Code:
| public Listref Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_translation_id | ( | ) |
Arg [1] : int $transl
the internal id of the translation corresponding to protein
whose features are desired
Example : Description: Gets all protein features present on a peptide using the
translations internal identifier. This method will return
an unsorted list of all protein_feature types. The feature
types may be distinguished using the logic name attribute of
the attached analysis objects.
Returntype : listref of Bio::EnsEMBL::ProteinFeatures
Exceptions : none
Caller : ?
Status : Stable
Code:
| public Listref Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_all_by_uniprot_acc | ( | ) |
Arg [1] : string uniprot accession
The uniprot accession of the features to obtain
Arg [2] : (optional) string $logic_name
The analysis logic name of the type of features to
obtain. Default is 'gifts_import'
Example : Description: Returns a listref of features created from the
database which correspond to the given uniprot accession. If
logic name is defined, only features with an analysis
of type $logic_name will be returned. Defaults to 'gifts_import'
Returntype : listref of Bio::EnsEMBL::BaseAlignFeatures
Exceptions : thrown if uniprot_acc is not defined
Caller : general
Status : Stable
Code:
| public Bio::EnsEMBL::ProteinFeauture Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_by_dbID | ( | ) |
Arg [1] : int $protfeat_id
the unique database identifier of the protein feature to obtain
Example :Description: Obtains a protein feature object via its unique id Returntype : Bio::EnsEMBL::ProteinFeauture Exceptions : none Caller : ? Status : Stable
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_Iterator_by_Slice | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::fetch_Iterator_by_Slice_method | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::get_seq_region_id_external | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::get_seq_region_id_internal | ( | ) |
Undocumented method
Code:
| public Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::remove_by_Slice | ( | ) |
Undocumented method
Code:
| public Int Bio::EnsEMBL::DBSQL::ProteinFeatureAdaptor::store | ( | ) |
Arg [1] : Bio::EnsEMBL::ProteinFeature $feature The feature to be stored Arg [2] : int $translation_id
Example :
Description: Stores a protein feature in the database Returntype : int - the new internal identifier of the stored protein feature Exceptions : thrown if arg is not a Bio::EnsEMBL: Caller : none Status : Stable
Code: