Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 47: Line 47:
count_temp=tmp_array[3];
count_temp=tmp_array[3];
}
}
  //item = {}
var peak_c = peakscount[i];
        //item ["EntrezGene"] = id_temp;
  item = {}
       // item ["Symbol"] = symb_temp;
      item ["EntrezGene"] = id_temp;
       // item ["Description"] = desc_temp;
       item ["Symbol"]     = symb_temp;
       item ["Description"] = desc_temp;
      item ["PeakCount"]  = peak_c;
//categories_xAxisTemp.push(item);
//categories_xAxisTemp.push(item);
categories_xAxis.push('EntrezGene:'+id_temp+'/'+'Symbol:'+symb_temp+'/'+'Description:'+desc_temp);
categories_xAxis.push('EntrezGene:'+id_temp+'/'+'Symbol:'+symb_temp+'/'+'Description:'+desc_temp);
Line 86: Line 88:
                     text: xAxis_title
                     text: xAxis_title
                 },
                 },
                lineWidth: 0,
                minorGridLineWidth: 0,
                lineColor: 'transparent',
                 labels: {
                 labels: {
                     step: 20,
                     step: 20,
Line 127: Line 132:
                     text: yAxis_title
                     text: yAxis_title
                 },
                 },
                gridLineColor: 'transparent',
                 labels: {
                 labels: {
                     enabled: true,
                     enabled: true,
Line 132: Line 138:
                 style:{
                 style:{
                     width:'10px',
                     width:'10px',
                }
                 },
                 },
                 step: 4
                 tickInterval:5,
                },
             
                 max:max_peakcount,
                 max:max_peakcount,
                 min:0,
                 min:0,
Line 166: Line 171:
             },
             },
             legend: {
             legend: {
                enabled:false,
                 layout: 'vertical',
                 layout: 'vertical',
                 align: 'right',
                 align: 'right',
Line 192: Line 198:
                 scatter: {
                 scatter: {
                     marker: {
                     marker: {
                         symbol: 'square',
                        radius: 3,
                         symbol: 'circle',
                         states: {
                         states: {
                             hover: {
                             hover: {
Line 229: Line 236:
      
      


var chart = new Highcharts.Chart(options, function(cha){
new Highcharts.Chart(options);   
//var chart = new Highcharts.Chart(options, function(cha){


         //$("#list").change(function(){
         //$("#list").change(function(){
Line 235: Line 243:
         //});
         //});
          
          
    });
  // });


});
});
Line 305: Line 313:


</script>
</script>
<div id="selectbox"><b>Sort by</b>
<!--div id="selectbox"><b>Sort by</b>
<select id="list">
<select id="list">
     <option value="1">peak count</option>
     <option value="1">peak count</option>
     <option value="2">symbol name</option>
     <option value="2">symbol name</option>
</select>
</select>
</div>
</div--!>
<div id="container" style="min-width:250px; height: auto; margin: 0 auto"></div>
<div id="container" style="min-width:250px; height: auto; margin: 0 auto"></div>
<div id='mytoolTip'></div>
<div id='mytoolTip'></div>
</html>
</html>

Latest revision as of 10:44, 2 October 2013