Template:Known motif: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 86: | Line 86: | ||
function logoLocator(motif_db,motif_id,number_prefix){ | function logoLocator(motif_db,motif_id,number_prefix){ | ||
var index = motif_id.lastIndexOf("_"); | var index = motif_id.lastIndexOf("_"); | ||
if (index >= 0) { | if (index >= 0 && index>=motif_id.length) { | ||
motif_id= motif_id.substr(0, index - 1) ; | motif_id= motif_id.substr(0, index - 1) ; | ||
} | } |
Revision as of 14:27, 30 April 2013
Representative Motif
<br>Analyst: Ivan
- Name :{{{name}}}
- db :{{{representative_motif_db}}}
- Id :{{{representative_motif_id}}}
- name :{{{representative_motif_name}}}
- score :{{{score}}}
- Entry name : {{{uniprot_entry_name}}}
- Entrez GeneID :{{{entrez_gene_id}}}