# HG changeset patch # User galaxyp # Date 1534325984 14400 # Node ID a2097e90d0ebfa2f49f408310e32ff0fb7a3f815 # Parent 5bc0d3f28895f7d21e1b523de62c63fcd5a852b0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_spectra_plots commit 620a469e20836b921b6c0147421c8a4268b66ebd diff -r 5bc0d3f28895 -r a2097e90d0eb msi_spectra_plots.xml --- a/msi_spectra_plots.xml Tue Jul 24 04:52:20 2018 -0400 +++ b/msi_spectra_plots.xml Wed Aug 15 05:39:44 2018 -0400 @@ -1,4 +1,4 @@ - + mass spectrometry imaging mass spectra plots @@ -267,7 +267,7 @@ combine_plot = ggplot(position_df, aes(x=x, y=y, fill=sample_name))+ geom_tile() + coord_fixed()+ - ggtitle("Spatial orientation of annotated data")+ + ggtitle("Spatial orientation of pixel annotations")+ theme_bw()+ theme(plot.title = element_text(hjust = 0.5))+ theme(text=element_text(family="ArialMT", face="bold", size=12))+