var fDesc=new Array(); fDesc[0] = "GeneXproTools can process datasets with tens of thousands of variables and effortlessly extract the most significant features and their relationships. GeneXproTools is also a very user-friendly application simplifying the access to all types of data stores from raw text files to databases and Excel spreadsheets. You don't need to know any programming language to create powerful and accurate models.

GeneXproTools provides all the necessary tools to clean and analyze your data, handle your datasets, generate models, analyze them and then apply them immediately to any new database using its flexible scoring engine. If you want to integrate the generated models with other applications, GeneXproTools lets you translate the code to up to 19 different programming languages (Ada, C, C , C#, Excel VBA, Fortran, Java, JavaScript, Matlab, Octave, Pascal, Perl, PHP, Python, R, Visual Basic, VB.Net, Verilog, and VHDL)."; 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 = ''; } }