# HG changeset patch # User galaxyp # Date 1529446024 14400 # Node ID d05bd881af3d43a8f93b346145631773bfe61c53 # Parent 91bba24867733bbc4166ddb04ee5da1b509fb35c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_combine commit 37da74ed68228b16efbdbde776e7c38cc06eb5d5 diff -r 91bba2486773 -r d05bd881af3d msi_combine.xml --- a/msi_combine.xml Mon Jun 11 17:33:28 2018 -0400 +++ b/msi_combine.xml Tue Jun 19 18:07:04 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 91bba2486773 -r d05bd881af3d test-data/112_auto_combined_QC.pdf Binary file test-data/112_auto_combined_QC.pdf has changed diff -r 91bba2486773 -r d05bd881af3d test-data/123_combined_QC.pdf Binary file test-data/123_combined_QC.pdf has changed diff -r 91bba2486773 -r d05bd881af3d test-data/123_no_combi_QC.pdf Binary file test-data/123_no_combi_QC.pdf has changed diff -r 91bba2486773 -r d05bd881af3d test-data/12_combined_QC.pdf Binary file test-data/12_combined_QC.pdf has changed