Personal tools

Template:MotifActivitiesInMaraPhase1 hg19: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
(Created page with "<html> <h3>hg19</h3> <div id="charthg19" style="height:300px;"></div><br> Sample of clicked point: <span id="samplehg19"></span> <script type="text/javascript"> $(f...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<h3>hg19</h3>
<table class="wikitable mw-collapsible mw-collapsed">
 
<tr><th scope="col">Chart</th></tr>
     <div id="charthg19" style="height:300px;"></div><br>
<tr><td>
     <div id="charthg19" style="height:300px;width:800px"></div><br>
     Sample of clicked point: <span id="samplehg19"></span>
     Sample of clicked point: <span id="samplehg19"></span>
 
</td></tr>
</table>


<script type="text/javascript">
<script type="text/javascript">
$(function () {
$(function () {


     var dataseq = [</html>{{{1}}}<html>];
     var dataseq = [</html>{{{1}}}<html>];
Line 25: Line 27:
       }], {
       }], {
       xaxis: { tickDecimals: 0, show: false },
       xaxis: { tickDecimals: 0, show: false },
       yaxis: { axisLabel: 'Z-Score' },
       yaxis: { axisLabel: 'Z-value' },
       grid: { hoverable: true, clickable: true },
       grid: { hoverable: true, clickable: true },
     });
     });
Line 59: Line 61:
                      
                      
                     showTooltip(item.pageX, item.pageY,
                     showTooltip(item.pageX, item.pageY,
                                 "Sample: "+series[x]+"<br>Z-Score: "+y);
                                 "Sample: "+series[x]+"<br>Z-value: "+y);
                 }
                 }
             }
             }

Latest revision as of 13:02, 2 April 2012

Chart

Sample of clicked point: