<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>生信菜鸟团 &#187; HGNC</title>
	<atom:link href="http://www.bio-info-trainee.com/tag/hgnc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bio-info-trainee.com</link>
	<description>欢迎去论坛biotrainee.com留言参与讨论，或者关注同名微信公众号biotrainee</description>
	<lastBuildDate>Sat, 28 Jun 2025 14:30:13 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.33</generator>
	<item>
		<title>HGNC数据库简介</title>
		<link>http://www.bio-info-trainee.com/653.html</link>
		<comments>http://www.bio-info-trainee.com/653.html#comments</comments>
		<pubDate>Tue, 21 Apr 2015 03:45:47 +0000</pubDate>
		<dc:creator><![CDATA[ulwvfje]]></dc:creator>
				<category><![CDATA[基础数据库]]></category>
		<category><![CDATA[HGNC]]></category>
		<category><![CDATA[命名]]></category>

		<guid isPermaLink="false">http://www.bio-info-trainee.com/?p=653</guid>
		<description><![CDATA[人类基因命名委员会(HUGO Gene Nomenclature Committ &#8230; <a href="http://www.bio-info-trainee.com/653.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>人类基因命名委员会(HUGO Gene Nomenclature Committee);人类基因组命名委员会!</p>
<p>其实有了NCBI的entrez ID，然后还有refseq里面的ID，还有ensembl的ID，还有基因本身的功能英文缩略简称，已经很麻烦了，又来了一个HGNC，唉，头疼！</p>
<p>The HGNC approves both a short-form abbreviation known as a gene symbol, and also a longer and more descriptive name.</p>
<p>可以下载整个数据，用脚本慢慢研究研究</p>
<p>wget <a href="ftp://ftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt">ftp://ftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt</a></p>
<p>&nbsp;</p>
<p>还是看看BRCA1这个基因，里面的信息挺多的，主要看HGNC:1100，就是这个数据库对它这个基因的编号</p>
<p>HGNC:1100</p>
<p>BRCA1  这个是基因名，需要得到该组织的认可！！！！</p>
<p>breast cancer 1, early onset protein-coding gene gene with protein product <b>Approved</b></p>
<p>17q21.31 17q21.31</p>
<p>"RNF53|BRCC1|PPP1R53|FANCS" "BRCA1/BRCA2-containing complex, subunit 1|protein phosphatase 1, regulatory subunit 53|Fanconi anemia, complementation group S" "Ring finger proteins|Protein phosphatase 1 regulatory subunits" "58|694"</p>
<p>1991-02-20T00:00:00Z</p>
<p>2015-04-18T00:00:00Z</p>
<p>672     这里是entrez ID</p>
<p>ENSG00000012048  这里是ensembl的ID，</p>
<p>OTTHUMG00000157426 uc002ict.3 U14680 NM_007294</p>
<p>"CCDS11453|CCDS11454|CCDS11455|CCDS11456|CCDS11459|CCDS11455|CCDS11456|CCDS11459|CCDS11454" P38398 1676470 MGI:104537 RGD:2218</p>
<p>"Breast Cancer|http://research.nhgri.nih.gov/bic/|BRCA1 database at LOVD-China|http://genomed.org/LOVD/BC/home.php?select_db=BRCA1|LOVD - Leiden Open Variation Database|http://chromium.liacs.nl/LOVD2/cancer/home.php?select_db=BRCA1|LOVD - Leiden Open Variation Database|http://proteomics.bio21.unimelb.edu.au/lovd/genes/BRCA1|LRG_292|http://www.lrg-sequence.org/LRG/LRG_292"</p>
<p>BRCA1 113705 119068</p>
<p>&nbsp;</p>
<p>数据结构大概就是这个样子的了！</p>
<ul>
<li><a href="http://www.genenames.org/hgnc-searches">HGNC Database</a></li>
<li><a href="http://www.ensembl.org/Homo_sapiens/Info/Index">Ensembl</a></li>
<li><a href="http://www.ncbi.nlm.nih.gov/gene">Entrez Gene</a></li>
<li><a href="http://www.genecards.org/">GeneCards</a></li>
<li>Online Mendelian Inheritance in Man <a href="http://www.omim.org/">(OMIM)</a></li>
</ul>
<p>这几个数据库的内容都是互相链接的！</p>
<p>&nbsp;</p>
<p>然后我们看看HGNC数据库的一些统计信息</p>
<p>http://www.genenames.org/cgi-bin/statistics</p>
<p>总共有40392个基因信息</p>
<p>其中18990个是能编码蛋白产物的基因，它们大多有GO注释</p>
<p>其中5927个是non-coding RNA，是现在的研究热门。</p>
<p>还有12546个是假基因，挺复杂的</p>
<p>最后还有1188个免疫相关基因，位置基因，病毒基因等等</p>
<p>&nbsp;</p>
<p>最后，送给大家一个彩蛋！还有十一个物种也是有一个命名委员会的！</p>
<p>类似于 <a href="http://www.informatics.jax.org/">Mouse Gene Nomenclature Committee</a> (MGNC).  Please see the following links:</p>
<ul>
<li>Mouse: <a href="http://www.informatics.jax.org/mgihome/nomen/">http://www.informatics.jax.org/mgihome/nomen/</a></li>
<li>Rat: <a href="http://rgd.mcw.edu/nomen/nomen.shtml">http://rgd.mcw.edu/nomen/nomen.shtml </a></li>
<li>Chicken: <a href="http://www.agnc.msstate.edu/">http://www.agnc.msstate.edu/</a></li>
<li>Anolis lizard <a href="http://lizardbase.org/pages/agnc.html">http://lizardbase.org/pages/agnc.html</a></li>
<li><i></i><i>Xenopus</i>: <a href="http://www.xenbase.org/gene/static/geneNomenclature.jsp">http://www.xenbase.org/gene/static/geneNomenclature.jsp</a></li>
<li>Zebrafish: <a href="https://wiki.zfin.org/display/general/ZFIN+Zebrafish+Nomenclature+Guidelines">https://wiki.zfin.org/display/general/ZFIN+Zebrafish+Nomenclature+Guidelines</a></li>
<li><i></i><i>Drosophila</i>: <a href="http://flybase.org/static_pages/docs/nomenclature/nomenclature3.html">http://flybase.org/static_pages/docs/nomenclature/nomenclature3.html</a></li>
<li><i></i><i>elegans</i>: <a href="http://wiki.wormbase.org/index.php/Nomenclature">http://wiki.wormbase.org/index.php/Nomenclature</a></li>
<li><i></i><i>Arabidopsis</i>: <a href="http://www.arabidopsis.org/portals/nomenclature/guidelines.jsp">http://www.arabidopsis.org/portals/nomenclature/guidelines.jsp</a></li>
<li><i></i><i>cerevisiae</i>: <a href="http://www.yeastgenome.org/gene_guidelines.shtml">http://www.yeastgenome.org/gene_guidelines.shtml</a></li>
<li><i></i><i>pombe</i>: <a href="http://www.yeastgenome.org/gene_guidelines.shtml">http://www.pombase.org/submit-data/gene-naming-guidelines </a></li>
</ul>
<p>&nbsp;</p>
<p>参考文献;</p>
<p>Gray KA, Yates B, Seal RL, Wright MW, Bruford EA. <b>genenames.org: the HGNC resources in 2015. </b>Nucleic Acids Res. 2015 Jan;43(Database issue):D1079-85. doi: 10.1093/nar/gku1071. PMID:<a href="http://www.ncbi.nlm.nih.gov/pubmed/25361968">25361968</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bio-info-trainee.com/653.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
