var fDesc=new Array(); fDesc[0] = "There are 3 stages when performing a 2D PAGE or DIGE analysis using Prodigy 2D:align,detect,measure.
Feature Focus
- Analyses single stain and DIGE experiments
- Supports .tiff, .img, .png, .gel, .mel images
- Automatically performs a range of image quality checks and provides feedback
- Image manipulation tools include rotate, flip, invert and crop
- Ability to exclude areas of the gel image from the analysis
- Allows a highly accurate correction of image distortion through the placement of alignment vectors
- Alignment review step allows adjustments if needed
- Automatic analysis of aligned image set"; 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 = ''; } }