Hello, Pete.
The kgAlias table that my colleague mentioned is the source of the “Alternate Gene Symbols” list in the “Other Names for This Gene” section. To verify this, you can directly query the table in our public MySQL server (for instructions, see https://genome.ucsc.edu/goldenPath/help/mysql.html).
For example, for uc001ges.3, you would make the following query:
select * from kgAlias where kgID="uc001ges.3";
If you see it in “Alternate Gene Symbols” on the page, it’s in kgAlias.
Please contact us again at gen...@soe.ucsc.edu if you have any further questions. All messages sent to that address are archived on a publicly-accessible Google Groups forum. If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.
---
Steve Heitner
UCSC Genome Bioinformatics Group
--