Template:Known motif: Difference between revisions
From FANTOM5_SSTAR
No edit summary |
No edit summary |
||
Line 119: | Line 119: | ||
</script> | </script> | ||
</html> | |||
<html> | |||
<script type="text/javascript"> | |||
var motif_id= "</html>{{{name}}}<html>"; | |||
function logoLocator(motif_id){ | |||
var index = motif_id.indexOf(' '); | |||
if (index >= 0) { | |||
motif_id= motif_id.substr(0, index - 1) +"_"+ motif_id.substr(index); | |||
} | |||
var tmp ="/resource_browser/seqlogos/"+ "known_motifs"+"_201304"+"/"+motif_id.toLowerCase()+".png"; | |||
var uri = encodeURI(tmp); | |||
return number_prefix='<img src="'+uri+'" width ="80" height = "20">'; | |||
} | |||
document.write(logoLocator(motif_id)); | |||
</script> | |||
</html> | </html> | ||
== Representative Motif == | == Representative Motif == |
Revision as of 15:13, 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}}}