var fDesc=new Array(); fDesc[0] = "DataAssist Software is an easy-to-use data analysis tool that utilizes the Comparative CT (ddCT) method to rapidly and accurately quantitate relative gene expression across a large number of genes and samples.

The analysis workflow in DataAssist is simple and straightforward, you can import raw data from up to hundreds of plates or TaqMan Arrays, change analysis settings including selection of normalization controls and methods (single or multiple control genes). It provides instant responses and fast calculation, allows normalization using multiple reference genes, and provides analysis results in content-rich tables and scalable graphic charts that are easily exported."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }