Hello,
First, thank you for your amazing contributions with this project!
My feature request is to offer clearer support for querying specific model and API versions. I have a set of benchmark questions which I frequently re-run, and I’ve noticed the answers change over time with changes to the AG model and API. For example, I have one query: Analyze variant chr22:36201698:A>C with ATAC-seq for B cells (CL:0000236). What is the quantile_score for B cell chromatin accessibility?
When I ran this query ~ 3 weeks ago, the returned answer was ~ 0.7818. When I re-ran today, the score was ~ 0.7379. I suspect the difference may be due to changes in the AG API or model over time. Ideally, I’d love to be able to point to specific versions of the API or underlying model when running these queries, e.g. something like:
``
dna_model = dna_client.create(os.getenv(‘ALPHAGENOME_API_KEY’), model_version=”1.0.0”)
```
This feature would hopefully allow a more apples-to-apples comparison between queries over time. This is just a suggestion; if there’s an existing feature that would resolve my problem or a better solution, I defer to your direction.
Thank you in advance!
Joe