# HG changeset patch # User galaxyp # Date 1534326041 14400 # Node ID 7d94faee0731f62d8f4cab666925f0f64d144814 # Parent 2e0368a6bfe8086b863d3ba4887bd16ee80527ff planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_spectra_plots commit 620a469e20836b921b6c0147421c8a4268b66ebd diff -r 2e0368a6bfe8 -r 7d94faee0731 msi_spectra_plots.xml --- a/msi_spectra_plots.xml Tue Jul 24 04:53:42 2018 -0400 +++ b/msi_spectra_plots.xml Wed Aug 15 05:40:41 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))+