# HG changeset patch # User galaxyp # Date 1520779123 14400 # Node ID ac786240ef07043d71b8d5e09c62e89e41debea3 # Parent fef8bd5512368fdd9d15e73ff6ee60c651791620 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/msi_qualitycontrol commit ed7d3e6f1a09c78c8f71cc1bdc1a20249767f646 diff -r fef8bd551236 -r ac786240ef07 msi_qualitycontrol.xml --- a/msi_qualitycontrol.xml Thu Mar 01 08:25:48 2018 -0500 +++ b/msi_qualitycontrol.xml Sun Mar 11 10:38:43 2018 -0400 @@ -1,4 +1,4 @@ - + mass spectrometry imaging QC @@ -120,10 +120,11 @@ ### calculate how many input peptide masses are valid: inputpeptides = input_list[input_list[,1]>minmz & input_list[,1]minmz & calibrant_list[,1]0])), col="blue") - ## 10) intensity of chosen peptides over acquisition (pixel index) - - if (length(inputcalibrants[,1]) != 0) - { - par(mfrow = c(3, 2), oma=c(0,0,2,0)) - intensityvector = vector() - for (mzvalue in 1:length(inputcalibrants[,1])) - { - mznumber = features(msidata, mz = inputcalibrants[,1][mzvalue]) - intensityvector = spectra(msidata)[][mznumber,] - plot(intensityvector, main=inputnames[mzvalue], xlab="Spectra index \n (= Acquisition time)") - } - title("10) intensity of calibrants over acquisition", outer=TRUE) - }else{print("10) The inputcalibrant masses were outside the mass range")} - ################################## IV) changes over mz ############################ ################################################################################### @@ -560,7 +551,7 @@ x=x+1 } - }else{print("15) The inputcalibrant masses were outside the mass range")} + }else{print("15) The inputcalibrant masses were not provided or outside the mass range")} dev.off() }else{ @@ -625,8 +616,6 @@ - - diff -r fef8bd551236 -r ac786240ef07 test-data/LM8_file16output.pdf Binary file test-data/LM8_file16output.pdf has changed diff -r fef8bd551236 -r ac786240ef07 test-data/Testfile_qualitycontrol_analyze75.pdf Binary file test-data/Testfile_qualitycontrol_analyze75.pdf has changed diff -r fef8bd551236 -r ac786240ef07 test-data/Testfile_qualitycontrol_imzml.pdf Binary file test-data/Testfile_qualitycontrol_imzml.pdf has changed diff -r fef8bd551236 -r ac786240ef07 test-data/Testfile_qualitycontrol_rdata.pdf Binary file test-data/Testfile_qualitycontrol_rdata.pdf has changed