GenomicMedLab / cool-seq-tool

https://coolseqtool.readthedocs.io
MIT License
4 stars 0 forks source link

Add option to `g_to_grch38` to return a list of MANE gene(s) #323

Closed korikuzma closed 1 month ago

korikuzma commented 1 month ago

Feature description

We should add the ability to return a list of MANE gene(s) given accession + start/end positions.

Use case

VarCat/Variation Normalizer needs the ability to get gene(s) from location coordinates. First pass will be getting MANE genes.

Proposed solution

Add get_mane_genes argument to g_to_grch38. The minimum information we need is NCBI ID, HGNC ID, and gene symbol.

Alternatives considered

See this gene-normalizer issue.

Implementation details

No response

Potential Impact

No response

Additional context

No response

Contribution

Yes, I can create a PR for this feature.