var fDesc=new Array(); fDesc[0] = "FlexArray is a tool for statistical analysis and visualization of microarray expression data. Currently, it supports the analysis of Affymetrix GeneChip, Illumina BeadChip, and several types of one-color and two-color expression arrays. Many other types of studies (e.g. proteomics, gene methylation) can be analyzed through the feature of importing custom normalized data.

FlexArray was created by a team under the supervision of Professor Robert Nadon of McGill University, and is currently supervised by Guillaume Bourque, Director of Bioinformatics, McGill University & Génome Québec Innovation Centre. Its development has been made possible thanks to funding from Génome Québec and McGill University."; 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 = ''; } }