|
ensembl-hive
2.8.1
|
Inheritance diagram for Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor:
This is an adaptor for the retrieval and storage of RepeatConsensus objects.
Definition at line 24 of file RepeatConsensusAdaptor.pm.
| protected Listref Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor::_generic_fetch | ( | ) |
Arg [1] : string $where_clause Example :
Description: PRIVATE used to create RepeatConsensus features from an SQL constraint Returntype : listref of Bio::EnsEMBL::RepeatConsensus objects Exceptions : none Caller : internal Status : Stable
Code:
| public ListREF Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor::fetch_all_by_class_seq | ( | ) |
Arg [1] : string $class
the class of the repeat consensus to obtain
Arg [2] : string $seq
the sequence of the repeat consensus to obtain
Example : Description: Obtains a repeat consensus from the database
via its class and sequence
Returntype : listREF of Bio::EnsEMBL::RepeatConsensus
Exceptions : none
Caller : general
Status : Stable
Code:
| public Array Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor::fetch_all_repeat_types | ( | ) |
Example :
Description : Returns the distinct repeat types available from a database Returntype : Array Exceptions : -
Code:
| public Bio::EnsEMBL::RepeatConsensus Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor::fetch_by_dbID | ( | ) |
Arg [1] : int $db_id
The database identifier for the RepeatConsensus to obtain
Example :Description: Obtains a RepeatConsensus object from the database via its primary key. Returntype : Bio::EnsEMBL::RepeatConsensus Exceptions : none Caller : general, Bio::EnsEMBL::RepeatFeatureAdaptor Status : Stable
Code:
| public Bio::EnsEMBL::RepeatConsensus Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor::fetch_by_name | ( | ) |
Arg [1] : string $name
the name of the repeat consensus to obtain
Example :Description: Obtains a repeat consensus from the database via its name Returntype : Bio::EnsEMBL::RepeatConsensus Exceptions : none Caller : general Status : Stable
Code:
| public Bio::EnsEMBL::RepeatConsensus Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor::fetch_by_name_class | ( | ) |
Arg [1] : string $name
the name of the repeat consensus to obtain
Arg [2] : string $class
the class of the repeat consensus to obtain
Example : Description: Obtains a repeat consensus from the database
via its name and class
Returntype : Bio::EnsEMBL::RepeatConsensus
Exceptions : none
Caller : general
Status : Stable
Code:
| public void Bio::EnsEMBL::DBSQL::RepeatConsensusAdaptor::store | ( | ) |
Arg [1] : list of Bio::EnsEMBL::RepeatConsensus @consensi Example :
Description: stores a list of RepeatConsensus objects in the database Returntype : none Exceptions : none Caller : ? Status : Stable
Code: