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

GRCh38 coordinates #429

Open
gerthijs opened this issue Jun 1, 2018 · 3 comments
Open

GRCh38 coordinates #429

gerthijs opened this issue Jun 1, 2018 · 3 comments

Comments

@gerthijs
Copy link

gerthijs commented Jun 1, 2018

Currently coordinates of variants are provided in GCRh37, would it be possible to also return the coordinates in GRCh38?

@malachig
Copy link
Member

malachig commented Jun 1, 2018

Yeah, there are various ways we could approach this. We could do the conversion internally. I think what we should aim for is adopt a standard approach to solving this problem. There are many conversions that may be of interest. For example,

  • Between genome builds (hg19, GCRh37, GRCh38)
  • Different transcript sequences or transcript annotation systems (Ensembl, GENCODE, LRG, etc.)
  • DNA <-> RNA <-> Protein
  • Representation styles (HGVS, VCF, VMC, etc.)

The last thing the world needs is another implementation of these conversions. Our present goal is to tie everything possible to a ClinGen Allele Registry ID. This does not support all variant types, but it is a good start. We will keep our eyes on the development of VMC implementations as well.

Here is an example variant in CIViC that has been linked to Allele Registry:
https://civicdb.org/events/genes/19/summary/variants/33/summary

Here is the Allele Registry page for that variant:
https://reg.genome.network/redmine/projects/registry/genboree_registry/by_caid?caid=CA126713

JSON-LD response
https://reg.genome.network/allele/CA126713

It looks like it solves a lot of the use cases I list above. Since it would be convenient to many users of CIViC we can pull some of this data into CIViC.

The build38 coordinates should be at the top of the list for things to pull in.

@gerthijs
Copy link
Author

gerthijs commented Feb 8, 2019

Is there any progress on providing GRCh38 coordinates for variants?
We see that more and more labs are switching to GRCh38 kits and designs and having the CIViC data available in GRCh38 would be helpful for these labs.

@gerthijs
Copy link
Author

gerthijs commented Nov 2, 2021

Has any decision or progress been made on the use of GRCh38 coordinates in CIViC?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants