halbritter-lab / Amissense

The Amissense Tool analyzes and visualizes AlphaMissense pathogenicity scores, integrating AlphaFold structures and ClinVar data. It offers automated pipelines, visualizations, and versatile command-line utilities.
MIT License
0 stars 0 forks source link

refactor: Shared Utilities Module #3

Closed berntpopp closed 3 weeks ago

berntpopp commented 4 weeks ago

Create a separate module (e.g., utils.py) to handle common tasks like fetching data from ClinVar, processing summaries, and mapping amino acids. This improves separation of concerns and code reuse.