Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search genes by location #368

Open
korikuzma opened this issue Jul 22, 2024 · 0 comments
Open

Search genes by location #368

korikuzma opened this issue Jul 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request priority:medium Medium priority

Comments

@korikuzma
Copy link
Member

Feature description

Add endpoint to search for gene(s) given chr/assmebly or accession and start/end coordinates.

Use case

This would be a nice feature to have for VarCat/Variation Normalizer. We need to update Variation Normalizer genomic GRCh38 -> protein endpoint to include the associated gene context. My first approach was to just use MANE data. However, not all genes are included in MANE data.

Proposed solution

Create a GET /gene/search/locations endpoint or something similar that will search for genes given location coordinates.

Alternatives considered

I thought about using UTA, but I think we'd run into issues where genes live in intronic space before first exon and after last exon. I talked with @jarbesfeld and he seems to agree.

Implementation details

No response

Potential Impact

I think we'll have to add new GSI in DynamoDB

Additional context

No response

Contribution

Yes, I can create a PR for this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:medium Medium priority
Projects
None yet
Development

No branches or pull requests

1 participant