Personal tools

Browse Transcription Factors hg19: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Loading|loadingimage=sprites.gif}}{{#vardefine:geneids_content|{{#ask:[[Category:EntrezGene]][[tax_id::9606]][[tf?::true]]
{{Loading|loadingimage=sprites.gif}}{{#vardefine:geneids_content|{{#ask:[[Category:EntrezGene]][[tax_id::9606]][[tf?::true]]
|?GeneID
|?Symbol
|?Symbol
|?Associated motif id
|?Associated motif id
Line 7: Line 8:
|sort=Symbol
|sort=Symbol
|order=DESC
|order=DESC
|mainlabel=-
|sep=?
|sep=?
|propsep=/
|propsep=/
Line 87: Line 89:
} else {
} else {
     var splitted = motid.split("!");
     var splitted = motid.split("!");
     if (splitted != null) {
     if (splitted!=null) {
         if (splitted.length > 1) {
         if (splitted.length > 1) {
             var return_val = "";
             var return_val = "";
Line 103: Line 105:
         } else {
         } else {
             if (splitted[0].toString().indexOf("JASPAR motif") >= 0) {
             if (splitted[0].toString().indexOf("JASPAR motif") >= 0) {
                 return_val = '<a href=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/seqlogo/jaspar/' + splitted[0].split(":")[1] + '.png"  class="ImageBorder"  alt="' + splitted[0] + '">' + '</a>' ;
                 return_val = '<a href=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/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=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/seqlogo/' + replaceAll(splitted[0].split(":")[1]," ","_") + '.png"  class="ImageBorder"  alt="' + splitted[0] + '">' + '</a>' ;*/
               /* return_val = '<a href=\"/5/sstar/' + splitted[0] + '\"><img src=\"/5/sstar/seqlogo/' + replaceAll(splitted[0].split(":")[1]," ","_") + '.png"  class="ImageBorder"  alt="' + splitted[0] + '">' + '</a>';*/
return_val = "";
return_val = "";
             }
             }

Latest revision as of 09:57, 21 September 2021



Human transcription factors