deprecate('get_all_somatic_VariationFeatures is deprecated and will be removed in e95. Please use Bio::EnsEMBL::Variation::DBSQL::VariationFeatureAdaptor::fetch_all_somatic_by_Slice_SO_terms instead.');
Deprecated. Please use Bio::EnsEMBL::Variation::DBSQL::VariationFeatureAdaptor::fetch_all_somatic_by_Slice_Source instead.
Arg [1] : string $source [optional]
The name of the source to query for
Arg [2] : string $dbtype [optional]
...
...
@@ -1903,7 +1900,6 @@ sub get_all_somatic_VariationFeatures {
sub get_all_somatic_VariationFeatures_by_source{
my($self,$source,$dbtype)=@_;
deprecate('get_all_somatic_VariationFeatures_by_source is deprecated and will be removed in e95. Please use Bio::EnsEMBL::Variation::DBSQL::VariationFeatureAdaptor::fetch_all_somatic_by_Slice_Source instead.');
deprecate('get_all_somatic_VariationFeatures_with_phenotype is deprecated and will be removed in e95. Please use Bio::EnsEMBL::Variation::DBSQL::VariationFeatureAdaptor::fetch_all_somatic_with_phenotype_by_Slice instead.');
@@ -1939,7 +1933,6 @@ sub get_all_somatic_VariationFeatures_with_phenotype {
=head2 get_all_VariationFeatures_by_Population
Deprecated. Please use Bio::EnsEMBL::Variation::DBSQL::VariationFeatureAdaptor::fetch_all_by_Slice_Population instead.
Arg [1] : Bio::EnsEMBL::Variation::Population
Arg [2] : $minimum_frequency [optional]
Arg [3] : string $dbtype [optional]
...
...
@@ -1961,7 +1954,6 @@ sub get_all_somatic_VariationFeatures_with_phenotype {
sub get_all_VariationFeatures_by_Population{
my($self,$minimum_frequency,$dbtype)=@_;
deprecate('get_all_VariationFeatures_by_Population is deprecated and will be removed in e95. Please use Bio::EnsEMBL::Variation::DBSQL::VariationFeatureAdaptor::fetch_all_by_Slice_Population instead.');