Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(5 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',

Latest revision as of 10:44, 2 October 2013