I'm trying to collect the exomes' start-end for a set of gene. I downloaded the UCSC tables, but I found out that different sets are outputted for each gene. As example UMOD gene:
#hg19.knownGene.name hg19.knownGene.chrom hg19.knownGene.txStart hg19.knownGene.txEnd hg19.knownGene.exonCount hg19.knownGene.exonStarts hg19.knownGene.exonEnds hg19.kgXref.geneSymbol
uc002dgz.3 chr16 20344372 20364037 11 20344372,20346803,20347967,20348612,20352412,20355345,20357447,20359544,20359757,20361971,20364010, 20344697,20346842,20348049,20348775,20352658,20355494,20357656,20359652,20360534,20362161,20364037, UMOD
uc002dha.3 chr16 20344372 20364037 11 20344372,20346803,20347967,20348612,20352412,20355345,20357447,20359544,20359757,20361971,20364010, 20344697,20346842,20348049,20348775,20352658,20355494,20357656,20359652,20360534,20362098,20364037, UMOD
uc002dhb.3 chr16 20344372 20364037 12 20344372,20346803,20347967,20348612,20352412,20355345,20357447,20359544,20359757,20361092,20361971,20364010, 20344697,20346842,20348049,20348775,20352658,20355494,20357656,20359652,20360534,20361191,20362161,20364037, UMOD
so my question is: which one am I supposed to rely on? And how do you select it?
Thanks a lot in advance for any help!
probably the largest, shall I calculate it for each one? Or there is a sort of "indicator" of the largest set?