Personal tools

Template:Known motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 86: Line 86:
function logoLocator(motif_db,motif_id,number_prefix){
function logoLocator(motif_db,motif_id,number_prefix){
var index = motif_id.lastIndexOf("_");
var index = motif_id.lastIndexOf("_");
if (index >= 0 && index>=motif_id.length) {
if (index >= 0) {
if(index>=motif_id.length){
     motif_id= motif_id.substr(0, index - 1) ;
     motif_id= motif_id.substr(0, index - 1) ;
}
}
}
var tmp ="KNOWN"+"_"+motif_db +"_"+number_prefix+"_201304";
var tmp ="KNOWN"+"_"+motif_db +"_"+number_prefix+"_201304";

Revision as of 14:28, 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