--
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser discussion list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
Dear Andy,
Thank you for your question about the missing gene descriptions
from the table browser output and drop-down search. The reason for
all the discrepancies you have noted has to do with different
tables being updated at different times than others.
The reason the kgXref table is missing certain gene descriptions
is because it was built along with the knownGene table, which
for mm9 has not been updated for a few years. This causes
kgXref to become out of sync with the refGene and refLink tables,
both of which are updated almost weekly. Thus in your mysql query
when you try to use kgXref.description there will be some gene
descriptions missing.
The issue with the descriptions appearing in the drop-down for some
items and not for others is because the drop-down description comes
from the knownCanonical table, which does not contain the items
you have mentioned. However, when you click on a refGene item in the
refSeq track, and you see the description, that description comes from
the refLink table. refLink and refGene are updated frequently,
as mentioned above, thus containing the genes you are
looking for.