var fDesc=new Array(); fDesc[0] = "GeneCluster 2.0 expands the data analysis capabilities of GeneCluster 1.0 by adding supervised classification, gene selection and permutation test methods. It includes algorithms for building and testing supervised models using weighted voting (WV) and k-nearest neighbors (KNN) algorithms. It enhances the clustering capabilities of GeneCluster 1.0 by adding a module for batch SOM clustering, and also includes a marker gene finder based on a KNN analysis and a visualization module. It implements the methodology used in Golub et al. (1999) and Slonim et al. (2000)."; 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 = ''; } }