KarchinLab / open-cravat

A modular annotation tool for genomic variants
MIT License
110 stars 27 forks source link

Variant Conversion #203

Closed jwehr618 closed 1 month ago

jwehr618 commented 7 months ago

Hi,

Could you look into variant conversion such as how TransVar processes variants? This would be for when we get NGS reports without genomic coordinates, just the amino acid change and/or c.DNA change. This would be helpful as I am currently running these variants through TransVar first to get genomic coordinate information to then feed into OpenCravat.

Thanks

kmoad commented 6 months ago

We are working on support for HGVS c. input in both jobs and the single variant page. Reverse mapping p. is trickier, but could probably be done by integrating transvar. We'll update this issue with the c. progress. Probably won't support p. on the single-variant page, but could support it through regular jobs.

kmoad commented 4 months ago

Update: we plan to release g. and c. support for jobs and on the single variant report within the next few months. We think this will handle your use case.

skanderson commented 1 month ago

@jwehr618 With release 2.6.1, support for HGVS c. and g. representations has been added as an input for OpenCravat. You can see the example input in the GUI or check out single HGVS variants on our Single Variant Report. Let us know if this simplifies your workflow and if there is anything we can add or improve.