Personal tools

Template:MotifActivitiesInMaraPhase1 mm9: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 20: Line 20:
   
   
     $.plot($("#chartmm9"), [{
     $.plot($("#chartmm9"), [{
         data: dataset,
         data: dataset
        constraints: [const1]
       }], {
       }], {
       xaxis: { tickDecimals: 0, show: false },
       xaxis: { tickDecimals: 0, show: false },
Line 27: Line 26:
     });
     });


  where const1 = {
 
    threshold: 2,
    color: "rgb(0,0,0)",
    evaluate : function(y,threshold){ return y < threshold; }
  }





Revision as of 17:29, 13 March 2012

mm9


Sample of clicked point: