Blog
Articles tagged: Python
Tutorial: Creating custom reports in Mascot Distiller
Mascot Distiller 2.8 reports are written in Python, a commonly used programming language, and use Mascot Parser to access the search and quantitation results. We supply a range of standard reports, including reports for quality, clustering and statistical analysis, which we took a look at in an earlier blog article. In addition to these, you can develop your own reports [...]
Reporting quantitation datasets with Mascot Distiller 2.8
In previous versions of Distiller, reporting of quantitation results was handled using XSLT transformation of the XML export of the quantitation results. XSLT is a powerful language, but it’s not commonly used, so writing custom reports could be an uphill stuggle. In Mascot Distiller 2.8, reports are written in Python and use Mascot Parser to access the search and quantitation [...]