# HG changeset patch # User galaxyp # Date 1529445870 14400 # Node ID c1c0618fe43080ec4acd796d9b2b4356df16a51e # Parent f07413fa9b586544046868be22d66e306161dff2 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_combine commit 37da74ed68228b16efbdbde776e7c38cc06eb5d5 diff -r f07413fa9b58 -r c1c0618fe430 msi_combine.xml --- a/msi_combine.xml Mon Jun 11 17:31:11 2018 -0400 +++ b/msi_combine.xml Tue Jun 19 18:04:30 2018 -0400 @@ -1,4 +1,4 @@ - + combine several mass spectrometry imaging datasets into one @@ -68,7 +68,7 @@ #for $i, $infile in enumerate($infiles): #if $infile.ext == 'imzml' - msidata_$i <- readImzML('infile_${i}') + msidata_$i <- readImzML('infile_${i}', mass.accuracy=$accuracy, units.accuracy = "$units") #elif $infile.ext == 'analyze75' msidata_$i <- readAnalyze('infile_${i}') #else @@ -209,7 +209,8 @@ theme_bw()+ theme(text=element_text(family="ArialMT", face="bold", size=15))+ theme(legend.position="bottom",legend.direction="vertical")+ - guides(fill=guide_legend(ncol=4,byrow=TRUE)) + theme(legend.key.size = unit(0.2, "line"), legend.text = element_text(size = 6))+ + guides(fill=guide_legend(ncol=5,byrow=TRUE)) coord_labels = aggregate(cbind(x,y)~sample_name, data=position_df, mean) coord_labels\$file_number = gsub( "_.*$", "", coord_labels\$sample_name) for(file_count in 1:nrow(coord_labels)) @@ -239,8 +240,13 @@ + + + + + diff -r f07413fa9b58 -r c1c0618fe430 test-data/112_auto_combined_QC.pdf Binary file test-data/112_auto_combined_QC.pdf has changed diff -r f07413fa9b58 -r c1c0618fe430 test-data/123_combined_QC.pdf Binary file test-data/123_combined_QC.pdf has changed diff -r f07413fa9b58 -r c1c0618fe430 test-data/123_no_combi_QC.pdf Binary file test-data/123_no_combi_QC.pdf has changed diff -r f07413fa9b58 -r c1c0618fe430 test-data/12_combined_QC.pdf Binary file test-data/12_combined_QC.pdf has changed