Personal tools

Template:Known motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 128: Line 128:
* Entrez GeneID :[http://www.ncbi.nlm.nih.gov/gene/{{{entrez_gene_id}}}  {{{entrez_gene_id}}}]
* Entrez GeneID :[http://www.ncbi.nlm.nih.gov/gene/{{{entrez_gene_id}}}  {{{entrez_gene_id}}}]


<html> <img id="seqlogo" src='#'>   
<html> <div id="seqlogo">  </div>
</html>
</html>


Line 139: Line 139:


var tmp_super = "KNOWN"+"_"+tmp_motif_db +"_"+tmp_number_prefix+"_201304";
var tmp_super = "KNOWN"+"_"+tmp_motif_db +"_"+tmp_number_prefix+"_201304";
var tmp_img_link = '<img src="/resource_browser/seqlogos/' +tmp_super+"/"+ tmp_motif_id+ '.png" width ="80" height = "20">';


  var docs = document.getElementById("seqlogo");
 
  docs.setAttribute("src", "tmp_img_link");
var img = new Image();
  var div  = document.getElementById('seqlogo');
img.onload = function() {
  div.appendChild(img);
};
 
img.src = '<img src="/resource_browser/seqlogos/' +tmp_super+"/"+ tmp_motif_id+ '.png" width ="80" height = "20">';
 
  docs.setAttribute("src", 'tmp_img_link');





Revision as of 17:54, 26 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}}}

Sub Clusters