Personal tools

Template:PeakCountPerSample: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
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;
//categories_xAxisTemp.push(item);
       item ["Description"] = desc_temp;
      item ["PeakCount"]  = peak_c;
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 217: Line 219:
                   name :'TF factors',
                   name :'TF factors',
                   color: 'rgba(67, 110, 238, .7)',
                   color: 'rgba(67, 110, 238, .7)',
  data: []
  data: categories_xAxisTemp["PeakCount"]
  }]
  }]



Revision as of 17:50, 30 September 2013