Template: GenePage: Difference between revisions

From referenceTSS
Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 38: Line 38:
<tr><th scope="row" align="left">Gene name:</th><td>{{{gene_name}}}</td></tr>
<tr><th scope="row" align="left">Gene name:</th><td>{{{gene_name}}}</td></tr>
<tr><th scope="row" align="left">Gene symbol:</th><td>{{{gene_symbol}}}</td></tr>
<tr><th scope="row" align="left">Gene symbol:</th><td>{{{gene_symbol}}}</td></tr>
<tr><th scope="row" align="left">Gene synonyms:</th><td>{{{gene_synonyms}}}</td></tr>
<tr><th scope="row" align="left">Gene synonyms:</th><td>{{#replace:{{{gene_synonyms}}}| |<br>}}</td></tr>
<tr><th scope="row" align="left">Gene type:</th><td>{{{gene_type}}}</td></tr>
<tr><th scope="row" align="left">Gene type:</th><td>{{{gene_type}}}</td></tr>
<tr><th scope="row" align="left">HGNC/MGI_ID:</th><td>{{{hgnc_mgi_id}}}</td></tr>
<tr><th scope="row" align="left">HGNC/MGI_ID:</th><td>{{{hgnc_mgi_id}}}</td></tr>
Line 47: Line 47:
<tr><th scope="row" align="left">Name:</th><td>{{{name}}}</td></tr>
<tr><th scope="row" align="left">Name:</th><td>{{{name}}}</td></tr>
<tr><th scope="row" align="left">Old GeneIDs:</th><td>{{{old_gene_ids}}}</td></tr>
<tr><th scope="row" align="left">Old GeneIDs:</th><td>{{{old_gene_ids}}}</td></tr>
<tr><th scope="row" align="left">Other_mRNAs:</th><td>{{{other_mrnas}}}</td></tr>
<tr><th scope="row" align="left">Other_mRNAs:</th><td>{{#replace:{{{other_mrnas}}}| |<br>}}</td></tr>
<tr><th scope="row" align="left">RefSeq transcripts:</th><td>{{{refSeq_transcripts}}}</td></tr>
<tr><th scope="row" align="left">RefSeq transcripts:</th><td>{{#replace:{{{refSeq_transcripts}}}| |<br>}}</td></tr>
<tr><th scope="row" align="left">Species:</th><td>{{{species}}}</td></tr>
<tr><th scope="row" align="left">Species:</th><td>{{{species}}}</td></tr>
<tr><th scope="row" align="left">UCSC genes:</th><td>{{{ucsc_genes}}}</td></tr>
<tr><th scope="row" align="left">UCSC genes:</th><td>{{#replace:{{{ucsc_genes}}}| |<br>}}</td></tr>
<tr><th scope="row" align="left">Vega:</th><td>{{{vega}}}</td></tr>
<tr><th scope="row" align="left">Vega:</th><td>{{{vega}}}</td></tr>
</table>
</table>

Revision as of 15:39, 20 June 2018



Gene and protein annotation


Ensembl:{{{ensembl}}}
Gencode transcripts:{{{gencode_transcripts}}}
GeneID:{{{gene_id}}}
Gene name:{{{gene_name}}}
Gene symbol:{{{gene_symbol}}}
Gene synonyms:{{{gene_synonyms}}}
Gene type:{{{gene_type}}}
HGNC/MGI_ID:{{{hgnc_mgi_id}}}
HPRD:{{{hprd}}}
IMGT/GENE-DB:{{{imgt_gene-db}}}
MIM:{{{mim}}}
miRBase:{{{mirbase}}}
Name:{{{name}}}
Old GeneIDs:{{{old_gene_ids}}}
Other_mRNAs:{{{other_mrnas}}}
RefSeq transcripts:{{{refSeq_transcripts}}}
Species:{{{species}}}
UCSC genes:{{{ucsc_genes}}}
Vega:{{{vega}}}