I have chromosome and Chromosome start position for a given data. I want to annotate the data to get gene names. So far what I have done is used the ccdskgMap table to get the geneId,chromend using-(where mytable.chromStart>=ccdsKgMap.chromStart
and mytable.chromStart<=ccdsKgMap.chromEnd
).And then I used the bioCyclepathway table to get the original gene symbols. But it seems that I am going wrong here. Is there a way to know the transcriptional start from chromosome start? or can anyone suggest a better way to get gene names?
The refGene table does not have ChromStart or ChromEnd. I think the OP is trying to figure out CCDS coordinates/name from ChromStart and ChromEnd. Is there a table that links Chrom-coordinates to cdsStart and cdsEnd ?