Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(3 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 136: Line 138:
                 style:{
                 style:{
                     width:'10px',
                     width:'10px',
                 },
                 }
                step: 3
                 },
                 },
                 tickInterval:5,
                 tickInterval:5,
Line 170: Line 171:
             },
             },
             legend: {
             legend: {
                enabled:false,
                 layout: 'vertical',
                 layout: 'vertical',
                 align: 'right',
                 align: 'right',

Latest revision as of 10:44, 2 October 2013