Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@deprecated
def get_genomic_region_client(self):
return self.get_region_client()
@deprecated
def get_biotypes(self, **options):
return self.get_biotype(**options)
@deprecated
def get_clinical(self, query_id, **options):
"""Returns clinical data of the gene"""
return self._get('clinical', query_id, options)