diff --git a/modules/Bio/EnsEMBL/Gene.pm b/modules/Bio/EnsEMBL/Gene.pm index 8c4a452838f4cce0598880e52a1253daea56fa0f..3bd3083e43551d9b710517a2e3a013b43b04eb86 100755 --- a/modules/Bio/EnsEMBL/Gene.pm +++ b/modules/Bio/EnsEMBL/Gene.pm @@ -885,7 +885,7 @@ sub get_all_DAS_Features{ Arg [1] : If set, regulatory features on transcripts belonging to this gene are returned as well. - Example : @features = $gene->fetch_all_regulatory_features(1); + Example : @features = $gene->gene_all_regulatory_features(1); Description: Gets all the regulatory features associated with a particular gene, and (optionally) its transcripts. Each feature only appears once. diff --git a/modules/Bio/EnsEMBL/Transcript.pm b/modules/Bio/EnsEMBL/Transcript.pm index 4cd95bdcc681f496a1d64c1335ebb54359ac681d..e25ad39602e61a2d264f794d9e6c7d64228359a6 100755 --- a/modules/Bio/EnsEMBL/Transcript.pm +++ b/modules/Bio/EnsEMBL/Transcript.pm @@ -1994,7 +1994,7 @@ sub get_all_DAS_Features{ =head2 get_all_regulatory_features Arg [1] : none - Example : @features = $transcript->fetch_all_regulatory_features(); + Example : @features = $transcript->get_all_regulatory_features(); Description: Gets all the regulatory features associated with this transcript. Each feature only appears once. Returntype : Listref of Bio::EnsEMBL::RegulatoryFeature diff --git a/modules/Bio/EnsEMBL/Translation.pm b/modules/Bio/EnsEMBL/Translation.pm index aa5872e76b977aa01d5a7875e89f2a32eed7418a..b8529734820015da0f392a5f2cef816d2ea33bdc 100755 --- a/modules/Bio/EnsEMBL/Translation.pm +++ b/modules/Bio/EnsEMBL/Translation.pm @@ -801,7 +801,7 @@ sub get_all_DAS_Features{ =head2 get_all_regulatory_features Arg [1] : none - Example : @features = $translation->fetch_all_regulatory_features(); + Example : @features = $translation->get_all_regulatory_features(); Description: Gets all the regulatory features associated with this translation. Each feature only appears once. Returntype : Listref of Bio::EnsEMBL::RegulatoryFeature