Browse Transcription Factors hg19: Difference between revisions
From FANTOM5_SSTAR
mNo edit summary |
No edit summary |
||
Line 99: | Line 99: | ||
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) { | ||
return_val = '<a href=\"/resource_browser/' + splitted[i] + '\"><img src=\"/resource_browser/ | return_val = '<a href=\"/resource_browser/' + splitted[i] + '\"><img src=\"/resource_browser/seqlogo/jaspar/' + splitted[i].split(":")[1] + '.png" class="ImageBorder" alt="' + splitted[i] + '">' + '</a>' + return_val; | ||
} else if (splitted[i].toString().indexOf("Swissregulon") >= 0) { | } else if (splitted[i].toString().indexOf("Swissregulon") >= 0) { | ||
/*return_val = '<a href=\"/resource_browser/'+ splitted[i] + '\"><img src=\"/resource_browser/ | /*return_val = '<a href=\"/resource_browser/'+ splitted[i] + '\"><img src=\"/resource_browser/seqlogo/' + replaceAll(splitted[i].split(":")[1]," ","_") + '.png" class="ImageBorder" alt="' + splitted[i] + '">' + '</a>' + return_val;*/ | ||
return_val = ""; | return_val = ""; | ||
} | } | ||
Line 110: | Line 110: | ||
} else { | } else { | ||
if (splitted[0].toString().indexOf("JASPAR_motif") >= 0) { | if (splitted[0].toString().indexOf("JASPAR_motif") >= 0) { | ||
return_val = '<a href=\"/resource_browser/' + splitted[0] + '\"><img src=\"/resource_browser/ | return_val = '<a href=\"/resource_browser/' + splitted[0] + '\"><img src=\"/resource_browser/seqlogo/jaspar/' + splitted[0].split(":")[1] + '.png" class="ImageBorder" alt="' + splitted[0] + '">' + '</a>' ; | ||
} else if (splitted[0].toString().indexOf("Swissregulon") >= 0) { | } else if (splitted[0].toString().indexOf("Swissregulon") >= 0) { | ||
/* return_val = '<a href=\"/resource_browser/' + splitted[0] + '\"><img src=\"/resource_browser/ | /* return_val = '<a href=\"/resource_browser/' + splitted[0] + '\"><img src=\"/resource_browser/seqlogo/' + replaceAll(splitted[0].split(":")[1]," ","_") + '.png" class="ImageBorder" alt="' + splitted[0] + '">' + '</a>' ;*/ | ||
return_val = ""; | return_val = ""; | ||
} | } |
Revision as of 18:28, 5 March 2015
Human transcription factors