Personal tools

Template:MotifActivitiesInMaraPhase1 mm9: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 21: Line 21:
     $.plot($("#chartmm9"), [{
     $.plot($("#chartmm9"), [{
         data: dataset,
         data: dataset,
         constraints: [
         constraints: [const1]
  threshold: 0,
  color: "rgb(255,0,0)",
  evaluate : function(y,threshold){ return y < threshold;}
        ]
       }], {
       }], {
       xaxis: { tickDecimals: 0, show: false },
       xaxis: { tickDecimals: 0, show: false },
       grid: { hoverable: true, clickable: true },
       grid: { hoverable: true, clickable: true },
     });
     });
  where const1 = {
    threshold: 2,
    color: "rgb(0,0,0)",
    evaluate : function(y,threshold){ return y < threshold; }
  }





Revision as of 17:27, 13 March 2012

mm9


Sample of clicked point: