Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
 
(2 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 169: Line 171:
             },
             },
             legend: {
             legend: {
                enabled:false,
                 layout: 'vertical',
                 layout: 'vertical',
                 align: 'right',
                 align: 'right',

Latest revision as of 10:44, 2 October 2013