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> <div id="seqlogo">  </div>
</html>


<html>
<script type="text/javascript">
var tmp_motif_db ="</html>{{{representative_motif_db}}}<html>";
var tmp_motif_id ="</html>{{{representative_motif_id}}}<html>";
var tmp_number_prefix = loqoNumberPrefixLocator(tmp_motif_db.toString());
var tmp_super = "KNOWN"+"_"+tmp_motif_db +"_"+tmp_number_prefix+"_201304";
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">';
function loqoNumberPrefixLocator(motifdb)
{
var number_prefix ="";
if(motifdb == "HOCOMOCO"){
number_prefix = "426";
}
else if(motifdb== "JASPAR"){
number_prefix = "130";
}
else if(motifdb == "HOMER"){
number_prefix = "138";
}
else if(motifdb == "SWISSREGULON"){
number_prefix = "190";
}
else if(motifdb == "UNIPROBE"){
number_prefix = "413";
}
else if(motifdb == "ENCODE"){
number_prefix = "683";
}
return number_prefix;
}
</script>
</html>
== Sub Clusters ==
== Sub Clusters ==
<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>
<table cellpadding="0" cellspacing="0" border="0" class="display" id="example"></table>

Revision as of 17:57, 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