# HG changeset patch # User galaxyp # Date 1525761362 14400 # Node ID ae9d7703ff278b3d849b1cb19a724b0b0311d321 # Parent c54e7284ff31e3f0e4ccff461c200a2c33759d9f planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_qualitycontrol commit dd64f41874a56c4e2619bf58ae3681d806cf9b3f diff -r c54e7284ff31 -r ae9d7703ff27 msi_qualitycontrol.xml --- a/msi_qualitycontrol.xml Mon Apr 23 17:17:30 2018 -0400 +++ b/msi_qualitycontrol.xml Tue May 08 02:36:02 2018 -0400 @@ -576,7 +576,7 @@ ### plot the ppm difference theor. mz value to closest mz value: - calibrant_names = as.character(calibrant_list[,2]) + calibrant_names = as.character(inputcalibrants[,2]) diff_df = data.frame(differencevector, calibrant_names) diff_plot<-ggplot(data=diff_df, aes(x=calibrant_names, y=differencevector)) + geom_col() + theme_minimal() + labs(title="Theoretical calibrant mz vs. closest measured mz", x="calibrants", y = "Difference in ppm")+