var fDesc=new Array(); fDesc[0] = "Golden Helix GenomeBrowse visualization tool is an evolutionary leap in genome browser technology that combines an attractive and informative visual experience with a robust, performance-driven backend. GenomeBrowse raises the bar on the experience of exploring and finding key insights into your genomic data.
GenomeBrowse provides a complete picture of genomic context and read-based evidence to support a variant call so you don't have to wonder if a call is correct. You can quickly spot systematic strand bias, alignment mismatches due to InDels, or issues with nearby read coverage that can produce false-positive variants. Additionally, the search-powered location bar allows you to quickly jump to any area of interest to start an investigation by simply typing in a gene name or genomic coordinates."; 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 = ''; } }