Skip to content
Snippets Groups Projects
Commit 37704387 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

fetch_all_regulatory_features->get_all_regulatory_features

parent c392b326
No related branches found
No related tags found
No related merge requests found
...@@ -881,7 +881,7 @@ sub get_all_DAS_Features{ ...@@ -881,7 +881,7 @@ sub get_all_DAS_Features{
} }
=head2 fetch_all_regulatory_features =head2 get_all_regulatory_features
Arg [1] : If set, regulatory features on transcripts belonging to this gene Arg [1] : If set, regulatory features on transcripts belonging to this gene
are returned as well. are returned as well.
...@@ -895,7 +895,7 @@ sub get_all_DAS_Features{ ...@@ -895,7 +895,7 @@ sub get_all_DAS_Features{
=cut =cut
sub fetch_all_regulatory_features { sub get_all_regulatory_features {
my ($self, $recursive) = @_; my ($self, $recursive) = @_;
......
...@@ -1991,7 +1991,7 @@ sub get_all_DAS_Features{ ...@@ -1991,7 +1991,7 @@ sub get_all_DAS_Features{
return \%das_features; return \%das_features;
} }
=head2 fetch_all_regulatory_features =head2 get_all_regulatory_features
Arg [1] : none Arg [1] : none
Example : @features = $transcript->fetch_all_regulatory_features(); Example : @features = $transcript->fetch_all_regulatory_features();
...@@ -2003,7 +2003,7 @@ sub get_all_DAS_Features{ ...@@ -2003,7 +2003,7 @@ sub get_all_DAS_Features{
=cut =cut
sub fetch_all_regulatory_features { sub get_all_regulatory_features {
my ($self) = @_; my ($self) = @_;
......
...@@ -798,7 +798,7 @@ sub get_all_DAS_Features{ ...@@ -798,7 +798,7 @@ sub get_all_DAS_Features{
return \%das_features; return \%das_features;
} }
=head2 fetch_all_regulatory_features =head2 get_all_regulatory_features
Arg [1] : none Arg [1] : none
Example : @features = $translation->fetch_all_regulatory_features(); Example : @features = $translation->fetch_all_regulatory_features();
...@@ -810,7 +810,7 @@ sub get_all_DAS_Features{ ...@@ -810,7 +810,7 @@ sub get_all_DAS_Features{
=cut =cut
sub fetch_all_regulatory_features { sub get_all_regulatory_features {
my ($self) = @_; my ($self) = @_;
......
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