alphagenome.atlas.atlas.AtlasClient#
- class alphagenome.atlas.atlas.AtlasClient(stub, metadata=())[source]#
Client for interacting with AlphaGenome Atlas scores.
Methods#
Table
|
Returns the scores for all Variants within an Interval. |
|
Returns the scores for a single Variant within an Interval. |
|
Returns the scores for a single Variant within an Interval. |
Returns the metadata for all scorers. |
- AtlasClient.query_interval(interval, *, requested_scorers, ontology_terms=None, gene_ids=None, gene_names=None, progress_bar=True, max_workers=10)[source]#
Returns the scores for all Variants within an Interval.
- AtlasClient.query_variant(variant, *, requested_scorers, ontology_terms=None, gene_ids=None, gene_names=None)[source]#
Returns the scores for a single Variant within an Interval.
- AtlasClient.query_variants(variants, *, requested_scorers, ontology_terms=None, gene_ids=None, gene_names=None, progress_bar=True, max_workers=10)[source]#
Returns the scores for a single Variant within an Interval.