Personal tools

Template:Known motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 150: Line 150:
var tmp ="/resource_browser/seqlogos/"+ "known_motifs"+"_201304"+"/"+motif_id.toLowerCase()+".png";
var tmp ="/resource_browser/seqlogos/"+ "known_motifs"+"_201304"+"/"+motif_id.toLowerCase()+".png";
var uri = encodeURI(tmp);
var uri = encodeURI(tmp);
  return number_prefix='<img src="'+uri+'" width ="250" height = "90">';  
  return number_prefix='<img src="'+uri+'" onclick="zoom(0.9)" width ="250" height = "90">';
}
 
function zoom(zm) {
img=document.getElementById("pic")
wid=img.width
ht=img.height
img.style.width=(wid*zm)+"px"
img.style.height=(ht*zm)+"px"
    img.style.marginLeft = -(img.width/2) + "px";
    img.style.marginTop = -(img.height/2) + "px";
}
}
</script>
</script>

Revision as of 16:23, 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}}}

Sub Clusters