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

reference coordinates of pathogenic repeats #28

Open
bw2 opened this issue Apr 7, 2024 · 2 comments
Open

reference coordinates of pathogenic repeats #28

bw2 opened this issue Apr 7, 2024 · 2 comments
Assignees

Comments

@bw2
Copy link

bw2 commented Apr 7, 2024

Comparing
https://github.com/PacificBiosciences/trgt/blob/main/repeats/pathogenic_repeats.hg38.bed
to
https://github.com/broadinstitute/str-analysis/blob/main/str_analysis/variant_catalogs/variant_catalog_without_offtargets.GRCh38.json
there are some differences in the start and end coords.

Assuming TRGT input format is 0-based for the start coordinate, would it make sense to change the coordinates in pathogenic_repeats.hg38.bed as follows?

C11ORF80 (start -= 2)
AFF3   (start -= 1)
HOXD13 (end -= 1)
LRP12 (start -= 2)
MARCHF6 (end -= 2)
SAMD12 (start -= 3)
SOX3  (end -= 1)

Also, it might be worth adding these loci:

ABCD3
EIF4A3
FGF14 
PRDM12
PRNP 
RILPL1 
TBX1 
THAP11
VWA1 
ZFHX3
ZIC3 
@bw2 bw2 changed the title end coordinate of pathogenic repeats reference coordinates of pathogenic repeats Apr 7, 2024
@egor-dolzhenko egor-dolzhenko self-assigned this Apr 7, 2024
@egor-dolzhenko
Copy link
Collaborator

Thank you for bringing this up! We will add the loci you mentioned and start working on evaluating / improving reference coordinates of known pathogenic repeats.

@hdashnow
Copy link
Collaborator

I've been using the STRchive loci for this. We automate generation of these when the database gets updated.
https://github.com/dashnowlab/STRchive/blob/main/data/hg38.STRchive-disease-loci.TRGT.bed

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

3 participants