Personal tools

Template:Known motif: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 85: Line 85:


function logoLocator(motif_db,motif_id,number_prefix){
function logoLocator(motif_db,motif_id,number_prefix){
var index = motif_id.lastIndexOf("_");
 
if (index >= 0) {
    motif_id= motif_id.substr(0, index - 1) ;
}
motif_id= $.trim(motif_id);
motif_id= $.trim(motif_id);
var tmp ="KNOWN"+"_"+motif_db +"_"+number_prefix+"_201304";
var tmp ="KNOWN"+"_"+motif_db +"_"+number_prefix+"_201304";

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