ipb-halle / MetFamily

Understanding metabolism is fundamental in biomedical and plant research and the identification and quantification of thousands of metabolites by mass spectrometry in modern metabolomics is a prerequisite for elucidating this area. However, the identification of metabolites is a major bottleneck in traditional approaches hampering advances. Here, we present a novel approach for the untargeted discovery of metabolite families offering a bird's eye view of metabolic regulation in comparative metabolomics. We implemented the presented methodology in the easy-to-use web application MetFamily to enable the analysis of comprehensive metabolomics studies for all researchers worldwide. MetFamily is available under http://msbi.ipb-halle.de/MetFamily/.
GNU General Public License v3.0
9 stars 8 forks source link

Check resolution of output images #58

Open sneumann opened 3 years ago

sneumann commented 3 years ago

Hi, are the images exported after an analysis of publication ready quality and resolution ? If not, what needs fixing in https://github.com/ipb-halle/MetFamily/blob/91d5774bb22af22415c9141dd5f2d430c1ad26b1/MetFamily/app_files/server_functionsDownloads.R#L366 and https://github.com/ipb-halle/MetFamily/blob/91d5774bb22af22415c9141dd5f2d430c1ad26b1/MetFamily/app_files/server_functionsDownloads.R#L455 to improve the resolution ? Yours, Steffen

sneumann commented 3 years ago

Hi @achimmiri , regarding the font size I found http://www.stats.ox.ac.uk/~evans/Rprog/examplePlots.pdf

## if you have to change the text size on the plot,
## use the argument par.settings eg
par.settings=list(fontsize=list(text=44, points=1))