|
ensembl-hive
2.8.1
|
Inheritance diagram for Bio::EnsEMBL::DBSQL::BaseAlignFeatureAdaptor:
This is a base adaptor for the align feature adaptors DnaAlignFeatureAdaptor and ProteinAlignFeatureAdaptor.
Definition at line 18 of file BaseAlignFeatureAdaptor.pm.
| public Listref Bio::EnsEMBL::DBSQL::BaseAlignFeatureAdaptor::fetch_all_by_hit_name | ( | ) |
Arg [1] : string $hit_name
The hit_name of the features to obtain
Arg [2] : (optional) string $logic_name
The analysis logic name of the type of features to
obtain.
Example : Description: Returns a listref of features created from the
database which correspond to the given hit_name. If
logic name is defined, only features with an analysis
of type $logic_name will be returned.
Returntype : listref of Bio::EnsEMBL::BaseAlignFeatures
Exceptions : thrown if hit_name is not defined
Caller : general
Status : Stable
Code:
| public Listref Bio::EnsEMBL::DBSQL::BaseAlignFeatureAdaptor::fetch_all_by_hit_name_unversioned | ( | ) |
Arg [1] : string $hit_name
The beginning of the hit_name of the features to
obtain, e.g. AA768786 would retrieve AA768786.1,
AA768786.2 etc.
Arg [2] : (optional) string $logic_name
The analysis logic name of the type of features to
obtain.
Example : Description: Returns a listref of features created from the
database which start with the given hit_name. If
logic name is defined, only features with an analysis
of type $logic_name will be returned.
Returntype : listref of Bio::EnsEMBL::BaseAlignFeatures
Exceptions : thrown if hit_name is not defined
Caller : general
Status : At risk
Code:
| public Listref Bio::EnsEMBL::DBSQL::BaseAlignFeatureAdaptor::fetch_all_by_Slice_and_external_db | ( | ) |
Arg [1] : Bio::EnsEMBL::Slice $slice The slice from which to obtain align features. Arg [2] : String $external_db_name Name of the external DB to which the align features should be restricted. Arg [3] : (optional) string $logic_name The logic name of the type of features to obtain. Example :
Description: Returns a listref of features created from the
database which are on the Slice $slice and associated
with external DB $external_db_name. If logic name
is defined, only features with an analysis of type
$logic_name will be returned.
Returntype : listref of Bio::EnsEMBL::BaseAlignFeatures
in Slice coordinates
Exceptions : thrown if $external_db_name is not defined or if
the subclass does not return a table alias for the
external_db table from _tables()
Caller : general
Status : At Risk
Code:
| public Listref Bio::EnsEMBL::DBSQL::BaseAlignFeatureAdaptor::fetch_all_by_Slice_and_hcoverage | ( | ) |
Arg [1] : Bio::EnsEMBL::Slice $slice The slice from which to obtain align features. Arg [2] : (optional) float $hcoverage A lower bound for the hcoverage of feats to obtain. Arg [3] : (optional) string $logic_name The logic name of the type of features to obtain. Example :
Description: Returns a listref of features created from the
database which are on the Slice $slice and with a
hcoverage greater than $hcoverage. If logic name
is defined, only features with an analysis of type
$logic_name will be returned.
Returntype : listref of Bio::EnsEMBL::BaseAlignFeatures
in Slice coordinates
Exceptions : none
Caller : general
Status : At Risk
Code:
| public Listref Bio::EnsEMBL::DBSQL::BaseAlignFeatureAdaptor::fetch_all_by_Slice_and_pid | ( | ) |
Arg [1] : Bio::EnsEMBL::Slice $slice The slice from which to obtain align features. Arg [2] : (optional) float $pid A lower bound for the percentage identity of features to obtain. Arg [3] : (optional) string $logic_name The logic name of the type of features to obtain. Example :
Description: Returns a listref of features created from the
database which are on the Slice $slice and with a
percentage identity greater than $pid. If logic name
is defined, only features with an analysis of type
$logic_name will be returned.
Returntype : listref of Bio::EnsEMBL::BaseAlignFeatures
in Slice coordinates
Exceptions : none
Caller : general
Status : Stable
Code: