thank you! I have done both; but, I have a followup question. If we take another look at the region I used as an example:
chromosome = "chr19"
start = 55014736
stop = 55014753
and compare to the entry in the refGene.txt file from UCSC we see that this region is between the transcription start and end coordinates but not between the cds start and end coordinates.
field entry_in_refGene.txt
name NM_016363
chrom chr19
strand -
txStart 55013706
txEnd 55038264
cdsStart 55014920
cdsEnd 55038236
exonCount 8
...
I conclude that my region is transcribed but not translated. However, If I look up my region on the UCSC genome browser:
https://genome.ucsc.edu/cgi-bin/hgTracks?db=hg38&lastVirtModeType=default&lastVirtModeExtraState=&virtModeType=default&virtMode=0&nonVirtPosition=&position=chr19%3A55014736-55014753
I see a translation of my region under "multiz alignments of 100 vertebrates". I suppose the multiz alignment does not necessarily mean the region is translated? Should I stick to the CDS coordinates in the refGene.txt file?