Personal tools

Template:Known motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 28: Line 28:
background:#fff;
background:#fff;
}  
}  
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
</style>
</style>
<script type="text/javascript">
<script type="text/javascript">
Line 134: Line 165:
var tmp ="KNOWN"+"_"+motif_db +"_"+number_prefix+"_201304";
var tmp ="KNOWN"+"_"+motif_db +"_"+number_prefix+"_201304";
var uri = decodeURIComponent(motif_id);
var uri = decodeURIComponent(motif_id);
  return '<img src="/resource_browser/seqlogos/' +tmp+"/"+ uri + '.png" width ="90" height = "30">';  
 
  return '<a class="thumbnail" href="#thumb"><img src="/resource_browser/seqlogos/' +tmp+"/"+ uri + '.png" width="90px" height="33px" border="0"/><span>
<img src="/resource_browser/seqlogos/' +tmp+"/"+ uri + '.png"/></span></a>';  
}
}



Revision as of 13:38, 9 May 2013

Representative Motif

<br>Analyst: Ivan Kulakovskiy <br>208 clusters of known motifs (with the phase1 procedure <br> to select representative cluster members based on motif-promoter corelations

  • 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 Motif Members