Skip to content
Snippets Groups Projects
Commit 76a646f8 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

POD cleanup

parent cb4537c1
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,8 @@ Bio::EnsEMBL::Feature - Ensembl specific sequence feature. ...@@ -28,7 +28,8 @@ Bio::EnsEMBL::Feature - Ensembl specific sequence feature.
-start => 100, -start => 100,
-end => 220, -end => 220,
-strand => -1, -strand => -1,
-slice => $slice -analysis => $analysis -slice => $slice,
-analysis => $analysis
); );
my $start = $feat->start(); my $start = $feat->start();
...@@ -273,7 +274,6 @@ sub strand { ...@@ -273,7 +274,6 @@ sub strand {
Arg [1] : int start Arg [1] : int start
Arg [2] : int end Arg [2] : int end
Arg [3] : (optional) int strand Arg [3] : (optional) int strand
Example : None
Description: Sets the start, end and strand in one call rather than in Description: Sets the start, end and strand in one call rather than in
3 seperate calls to the start(), end() and strand() methods. 3 seperate calls to the start(), end() and strand() methods.
This is for convenience and for speed when this needs to be This is for convenience and for speed when this needs to be
...@@ -1412,7 +1412,7 @@ sub get_overlapping_Genes{ ...@@ -1412,7 +1412,7 @@ sub get_overlapping_Genes{
=head2 get_nearest_Gene =head2 get_nearest_Gene
Description: Get all the nearest gene to the feature Description: Get the nearest gene to the feature
Returntype : Bio::EnsEMBL::Gene Returntype : Bio::EnsEMBL::Gene
Caller : general Caller : general
Status : UnStable Status : UnStable
...@@ -1434,7 +1434,7 @@ sub get_nearest_Gene { ...@@ -1434,7 +1434,7 @@ sub get_nearest_Gene {
Example : $feature_summary = $feature->summary_as_hash(); Example : $feature_summary = $feature->summary_as_hash();
Description : Retrieves a textual summary of this Feature. Description : Retrieves a textual summary of this Feature.
Should be overidden by subclasses for specific tweaking Should be overidden by subclasses for specific tweaking
Returns : hashref of arrays of descriptive strings Returns : hashref of arrays of descriptive strings
Status : Intended for internal use Status : Intended for internal use
=cut =cut
...@@ -1474,7 +1474,7 @@ sub species { ...@@ -1474,7 +1474,7 @@ sub species {
=head2 contig =head2 contig
This method is deprecated and included for backwards compatibility only. Deprecated - Included for backwards compatibility only.
Use slice() instead Use slice() instead
=cut =cut
sub contig { sub contig {
...@@ -1486,7 +1486,7 @@ sub contig { ...@@ -1486,7 +1486,7 @@ sub contig {
=head2 sub_SeqFeature =head2 sub_SeqFeature
This method is deprecated and only for genebuild backwards compatibility. Deprecated - For genebuild backwards compatibility.
Avoid using it if possible Avoid using it if possible
=cut =cut
sub sub_SeqFeature{ sub sub_SeqFeature{
...@@ -1496,7 +1496,7 @@ sub sub_SeqFeature{ ...@@ -1496,7 +1496,7 @@ sub sub_SeqFeature{
=head2 add_sub_SeqFeature =head2 add_sub_SeqFeature
This method is deprecated and only for genebuild backwards compatibility. Deprecated - only for genebuild backward compatibility.
Avoid using it if possible Avoid using it if possible
=cut =cut
sub add_sub_SeqFeature{ sub add_sub_SeqFeature{
...@@ -1530,8 +1530,8 @@ sub add_sub_SeqFeature{ ...@@ -1530,8 +1530,8 @@ sub add_sub_SeqFeature{
=head2 flush_sub_SeqFeature =head2 flush_sub_SeqFeature
This method is deprecated and only for genebuild backwards compatibility. Deprecated - Only for genebuild backwards compatibility.
Avoid using it isf possible Avoid using it if possible
=cut =cut
sub flush_sub_SeqFeature { sub flush_sub_SeqFeature {
my ($self) = @_; my ($self) = @_;
...@@ -1572,7 +1572,7 @@ sub _deprecated_transform { ...@@ -1572,7 +1572,7 @@ sub _deprecated_transform {
=head2 id =head2 id
This method is deprecated and only included for backwards compatibility. Deprecated - only included for backwards compatibility.
Use display_id, hseqname, dbID or stable_id instead Use display_id, hseqname, dbID or stable_id instead
=cut =cut
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment