Personal tools

Browse Transcription Factors hg19: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
mNo edit summary
mNo edit summary
Line 91: Line 91:
     if (splitted != null) {
     if (splitted != null) {
         if (splitted.length > 1) {
         if (splitted.length > 1) {
             var return_val = ""
             var return_val = "";
             for (i = 0; i < splitted.length; i++) {
             for (i = 0; i < splitted.length; i++) {
                 if (splitted[i].toString().indexOf("JASPAR_motif") >= 0) {
                 if (splitted[i].toString().indexOf("JASPAR_motif") >= 0) {
Line 116: Line 116:
         }
         }
     } else {
     } else {
         return_val = "NA"
         return_val = "NA";
     }
     }
}
}


  return return_val
  return return_val;
  }
  }
                                 },
                                 },
Line 131: Line 131:


} );
} );
}
 
function replaceAll(str, token, newtoken) {
function replaceAll(str, token, newtoken) {
     if(token!=newtoken)
     if(token!=newtoken)

Revision as of 11:32, 23 January 2019



Human transcription factors