# HG changeset patch # User pieter.lukasse@wur.nl # Date 1418304739 -3600 # Node ID 10f3cb998c4ef17d5736f7de65fd1f63f27a4fb6 # Parent 70574a6381eaef16258ba9cb7d3f0b0d97e92d90 small fix diff -r 70574a6381ea -r 10f3cb998c4e datatypes_conf.xml --- a/datatypes_conf.xml Thu Dec 11 14:09:27 2014 +0100 +++ b/datatypes_conf.xml Thu Dec 11 14:32:19 2014 +0100 @@ -6,4 +6,8 @@ + + + + \ No newline at end of file diff -r 70574a6381ea -r 10f3cb998c4e xcms_differential_analysis.r --- a/xcms_differential_analysis.r Thu Dec 11 14:09:27 2014 +0100 +++ b/xcms_differential_analysis.r Thu Dec 11 14:32:19 2014 +0100 @@ -49,6 +49,9 @@ # info: levels(xcmsSet@phenoData$class) also gives access to the class names dir.create(file.path(args.htmlReportFile.files_path), showWarnings = FALSE, recursive = TRUE) + # set cairo as default for png plots: + x11 = function (...) grDevices::x11(...,type='cairo') + # run diffreport reporttab <- diffreport(xsetData, args.class1, args.class2, paste(args.htmlReportFile.files_path,"/fig", sep=""), args.topcount, metlin = 0.15, h=480, w=640) # write out tsv table: