[Genome] HGNC or HUGO Symbols

Brooke Rhead rhead at soe.ucsc.edu
Wed Jan 9 15:49:42 PST 2008


Hello again Siddarth,

A colleague has pointed out that the names like MARCH1 and C10orf10 are 
indeed approved gene symbols in HUGO/HGNC.

If you look them up at http://www.genenames.org/ you will see entries 
for them:

MARCH1 = membrane-associated ring finger (C3HC4) 1
C10orf10 = chromosome 10 open reading frame 10

--
Brooke Rhead
UCSC Genome Bioinformatics Group


Brooke Rhead wrote:
> Hi Siddarth,
> 
> Pardon me, I did not see the names like 'C10orf10' in my original search 
> of kgXref.  I see them now.
> 
> When there is a HGNC (HUGO) Gene Symbol available, it will appear in 
> this field of this table: kgXref.geneSymbol.  Not all genes in the 
> knownGene table have a HGNC Gene Symbol assigned.
> 
> There is another table in the 'proteome' database that contains HUGO 
> gene symbols and HGNC IDs: 'hgncXref'.
> 
> One of our team members has developed a MySQL database query that will
> retrieve the HGNC gene symbols mapped to the knownGene transcript name:
> 
> SELECT geneSymbol,transcript
> FROM knownCanonical,kgXref,proteome.hgncXref
> WHERE kgXref.kgID=knownCanonical.transcript
> AND kgXref.geneSymbol = proteome.hgncXref.symbol
> 
> Also, here are some previously answered questions that pertain to 
> getting HUGO gene names from our tables:
> 
> http://www.soe.ucsc.edu/pipermail/genome/2006-April/010350.html
> https://www.soe.ucsc.edu/pipermail/genome/2006-September/011570.html
> 
> I hope this information is helpful.
> 


More information about the Genome mailing list