Personal tools

Template:Flot ffcp hg19: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
<html>
<h2>CAGE Peaks (hg19)</h2>
<h2>CAGE Peaks</h2>
    <div id="cphg19"></div><br>


     <div id="charthg19" style="width:600px;height:300px;"></div><br>
     <div id="charthg19" style="height:300px; width=100%;"></div><br>
     Sample of clicked point: <span id="samplehg19"></span>
     Sample of clicked point: <span id="samplehg19"></span>


Line 20: Line 19:


   
   
     $.plot($("#charthg19"), [[0, 3], [4, 8], [8, 5], [9, 13]], {
     $.plot($("#charthg19"), [dataset], {
       yaxis: { min: 0 },
       yaxis: { min: 0, axisLabel: 'TPM' },
       xaxis: { tickDecimals: 0, show: false },
       xaxis: { tickDecimals: 0, show: false },
       grid: { hoverable: true, clickable: true },
       grid: { hoverable: true, clickable: true },
Line 65: Line 64:
          
          
     });
     });


     $("#charthg19").bind("plotclick", function (event, pos, item) {
     $("#charthg19").bind("plotclick", function (event, pos, item) {
Line 72: Line 73:
         }
         }
     });
     });
});
});
</script>
</script>
</html>
</html>

Latest revision as of 18:55, 2 April 2012

CAGE Peaks


Sample of clicked point: