Hi! If anybody can help me with the request below that will be great:
I have a big set of specific human genome locations (example of one location: chr4:8031383:8031503:-@chr4:8021345:8021398:-@chr4:8010777:8010829:-) and I need to identify the exon number for each one. How can I identify these, programming according to NCBI information (or another browser that you recommend)?
I started testing one coordinate but I have inconveniences in identifying the correct URL because I can't find where the exons are. Here is an example:
nquire -url https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi -db ClinVar -id "chr4:8031383-8010829" -format docsum
I appreciate any suggestion. Thank you!