var fDesc=new Array(); fDesc[0] = "The accurate measurement of the lipidome permits insights into physiological and pathological processes. Of the present high-throughput technologies, LC-MS especially bears potential of monitoring quantitative changes in hundreds of lipids simultaneously. In order to extract valuable information from huge amount of mass spectrometry data, the aid of automated, reliable highly sensitive and specific analysis algorithms is indispensable.


The statistics module offers sample grouping, tests between sample groups and export functionalities, where the results are visualised by heat maps and bar charts. The presented algorithm has been applied to data from a controlled experiment and to biological data, containing analytes distributed over an intensity range of 10^6."; 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 = ''; } }