Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
6c9f5d0f
Commit
6c9f5d0f
authored
Jan 16, 2004
by
Graham McVicker
Browse files
POD updates
parent
f3591508
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
24 deletions
+24
-24
modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm
+5
-5
modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
+19
-19
No files found.
modules/Bio/EnsEMBL/DBSQL/BaseFeatureAdaptor.pm
View file @
6c9f5d0f
#
# EnsEMBL module for Bio::EnsEMBL::DBSQL::BaseFeatureAdaptor
#
# Copyright (c) 2003 Ens
EMBL
# Copyright (c) 2003 Ens
embl
#
# You may distribute this module under the same terms as perl itself
=head1 NAME
Bio::EnsEMBL::DBSQL::BaseFeatureAdaptor - An Abstract Base class for all
FeatureAdaptors
FeatureAdaptors
=head1 SYNOPSIS
...
...
@@ -23,8 +23,7 @@ common to all feature adaptors.
=head1 CONTACT
Contact EnsEMBL development list for info: <ensembl-dev@ebi.ac.uk>
Contact Ensembl development list for info: <ensembl-dev@ebi.ac.uk>
=head1 METHODS
...
...
@@ -259,7 +258,6 @@ sub fetch_all_by_dbID_list {
=head2 fetch_all_by_Slice
Arg [1] : Bio::EnsEMBL::Slice $slice
...
...
@@ -989,7 +987,9 @@ sub deleteObj {
}
=head1 DEPRECATED METHODS
=cut
=head2 fetch_all_by_RawContig_constraint
...
...
modules/Bio/EnsEMBL/DBSQL/ExonAdaptor.pm
View file @
6c9f5d0f
...
...
@@ -3,28 +3,33 @@
# Copyright EMBL-EBI 2001
#
# Author: Arne Stabenau
# based on
# based on
# Elia Stupkas Gene_Obj
#
#
# Date : 20.02.2001
#
=head1 NAME
Bio::EnsEMBL::DBSQL::ExonAdaptor - MySQL Database queries to generate and store exons (including supporting evidence)
Bio::EnsEMBL::DBSQL::ExonAdaptor - An adaptor responsible for the retrieval and
storage of exon objects
=head1 SYNOPSIS
$exon_adaptor = $database_adaptor->get_ExonAdaptor();
$exon = $exon_adaptor->fetch_by_dbID
$exon_adaptor = $database_adaptor->get_ExonAdaptor();
$exon = $exon_adaptor->fetch_by_dbID($dbID);
=head1 DESCRIPTION
The ExonAdaptor is responsible for retrieving and storing Exon objects from an
Ensembl database. Most of the ExonAdaptor functionality is inherited from the
B<Bio::EnsEMBL::DBSQL::BaseFeatureAdaptor> class.
=head1 CONTACT
Arne Stabenau: stabenau@ebi.ac.uk
Elia Stupka : elia@ebi.ac.uk
Ewan Birney :
Post questions/comments to the Ensembl dev list: ensembl-dev@ebi.ac.uk
=head1
APPENDIX
=head1
METHODS
=cut
...
...
@@ -285,8 +290,6 @@ sub store {
}
=head2 remove
Arg [1] : Bio::EnsEMBL::Exon $exon
...
...
@@ -538,19 +541,16 @@ sub _objs_from_sth {
}
=head1 DEPRECATED METHODS
=cut
=head2 get_stable_entry_info
Arg [1] : Bio::EnsEMBL::Exon $exon
Example : $exon_adaptor->get_stable_entry_info($exon);
Description: gets stable info for an exon. this is not usually done at
creation time for speed purposes, and can be lazy-loaded later
if it is needed..
Returntype : none
Exceptions : none
Caller : Bio::EnsEMBL::Exon
Description: DEPRECATED. This method is no longer necessary. Exons are
always fetched with their stable identifiers (if they exist) and
no lazy loading is necessary.
=cut
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment