# HG changeset patch # User galaxyp # Date 1527525530 14400 # Node ID 52ef77866de8b83c0e5b0387a5c3f2075422af2f # Parent b86a66dd1a1658e9bbe4ddc86eee1b2fb21c3845 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msi_qualitycontrol commit 1c808d60243bb1eeda0cd26cb4b0a17ab05de2c0 diff -r b86a66dd1a16 -r 52ef77866de8 msi_qualitycontrol.xml --- a/msi_qualitycontrol.xml Tue May 08 02:36:43 2018 -0400 +++ b/msi_qualitycontrol.xml Mon May 28 12:38:50 2018 -0400 @@ -1,9 +1,9 @@ - + mass spectrometry imaging QC - bioconductor-cardinal + bioconductor-cardinal r-ggplot2 r-rcolorbrewer r-gridextra @@ -12,12 +12,12 @@ - + - + @@ -623,8 +620,8 @@ - - + + @@ -633,49 +630,60 @@ - + - - - + + - + - - + + + + + + + + + - - - - - - - - - + `_ + +This tool uses some Cardinal functions to create a quality control report with descriptive plots for mass-spectrometry imaging data. Input data: 3 types of input data can be used: -- imzml file (upload imzml and ibd file via the "composite" function) `Introduction to the imzml format `_ +- imzml file (upload imzml and ibd file via the "composite" function) `Introduction to the imzml format `_ - Analyze7.5 (upload hdr, img and t2m file via the "composite" function) - Cardinal "MSImageSet" data (with variable name "msidata", saved as .RData) +Options: +- masses of interest as tabular file, used to generate heatmap images +- internal calibrants as tabular file, used for the following plots: Number of calibrant per spectrum, heatmap images, mass-spectrum plot zoomed in for calibrant region, ppm accuracy +- fold change plot: draws a heatmap of the fold change of two masses (log2(intensity ratio)) + +Output: + +- pdf with numbers and descriptive plots to check the quality of the mass-spectrometry imaging data + +Tip: + +- For additional heatmap images use the MSI ion images tool and to plot more mass spectra use the MSI massspectra tool. ]]> diff -r b86a66dd1a16 -r 52ef77866de8 test-data/Analyze75.hdr Binary file test-data/Analyze75.hdr has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/Analyze75.img Binary file test-data/Analyze75.img has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/Analyze75.t2m Binary file test-data/Analyze75.t2m has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/LM8_file16.rdata Binary file test-data/LM8_file16.rdata has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/LM8_file16output.pdf Binary file test-data/LM8_file16output.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/QC_analyze75.pdf Binary file test-data/QC_analyze75.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/QC_empty_spectra.pdf Binary file test-data/QC_empty_spectra.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/QC_imzml.pdf Binary file test-data/QC_imzml.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/QC_rdata.pdf Binary file test-data/QC_rdata.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/Testfile_qualitycontrol_analyze75.pdf Binary file test-data/Testfile_qualitycontrol_analyze75.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/Testfile_qualitycontrol_imzml.pdf Binary file test-data/Testfile_qualitycontrol_imzml.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/Testfile_qualitycontrol_rdata.pdf Binary file test-data/Testfile_qualitycontrol_rdata.pdf has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/empty_spectra.rdata Binary file test-data/empty_spectra.rdata has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/example_continousS042.RData Binary file test-data/example_continousS042.RData has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/inputcalibrantfile2.txt --- a/test-data/inputcalibrantfile2.txt Tue May 08 02:36:43 2018 -0400 +++ b/test-data/inputcalibrantfile2.txt Mon May 28 12:38:50 2018 -0400 @@ -1,3 +1,3 @@ 869.51 mass1 -1001.62 mass2 -1023.6 mass3 +1111.1 mass2 +1296.7 mass3 diff -r b86a66dd1a16 -r 52ef77866de8 test-data/inputpeptides.csv --- a/test-data/inputpeptides.csv Tue May 08 02:36:43 2018 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -152 mass1 -328.9 mass2 -185.2 mass3 diff -r b86a66dd1a16 -r 52ef77866de8 test-data/inputpeptides.txt --- a/test-data/inputpeptides.txt Tue May 08 02:36:43 2018 -0400 +++ b/test-data/inputpeptides.txt Mon May 28 12:38:50 2018 -0400 @@ -1,3 +1,6 @@ +152 +328.9 +185.9 854.5 -1296.7 +1250.1 2000.8 diff -r b86a66dd1a16 -r 52ef77866de8 test-data/preprocessed.RData Binary file test-data/preprocessed.RData has changed diff -r b86a66dd1a16 -r 52ef77866de8 test-data/preprocessing_results1.RData Binary file test-data/preprocessing_results1.RData has changed