Personal tools

User:Serkan/test6: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 58: Line 58:
                 var temp = content_array[i];
                 var temp = content_array[i];
                 var temp_array =temp.split("/");
                 var temp_array =temp.split("/");
                 m_data.content.push({EntrezGene:'<a href=https://fantom5-collaboration.gsc.riken.jp/resource_browser/EntrezGene:'+temp_array[0]+'>'+temp_array[0]+'</a>', Symbol:temp_array[1],Description:temp_array[2],PeakCount:temp_array[3]});
                 m_data.content.push({EntrezGene:'<a href=http://fantom5-collaboration.gsc.riken.jp/resource_browser/EntrezGene:'+temp_array[0]+'>'+temp_array[0]+'</a>', Symbol:temp_array[1],Description:temp_array[2],PeakCount:temp_array[3]});
                  
                  
                 }
                 }
Line 86: Line 86:
</html>
</html>


<table cellpadding="0" cellspacing="0" border="0" class="display" id="tf_table">       <thead>
<table cellpadding="0" cellspacing="0" border="0" class="display" id="tf_table">
          <tr>
            <th>EntrezGene</th>
            <th>Symbol</th>
            <th>Description</th>
            <th>Number of peaks</th>
          </tr>
        </thead>
</table>
</table>

Revision as of 15:38, 1 October 2013


Human transcription factors

Peak counts && transcription factors graph overview