# HG changeset patch # User galaxyp # Date 1628280379 0 # Node ID 28434abe6c5c93b667373ac81f628b8ff890dab4 # Parent 593839e1f2c399ce4295497e2f8632f813e0e3e4 "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msstats commit 0e253b8114e2fe6f4e33edcc5f1a4602073064c3" diff -r 593839e1f2c3 -r 28434abe6c5c msstats.xml --- a/msstats.xml Thu Feb 25 08:41:37 2021 +0000 +++ b/msstats.xml Fri Aug 06 20:06:19 2021 +0000 @@ -1,7 +1,7 @@ - + statistical relative protein significance analysis in DDA, SRM and DIA Mass Spectrometry - 3.22.0 + 4.0.0 @@ -28,7 +28,6 @@ '$r_script' && Rscript '$msstats_script' - && cat msstats*.log > '$log' ]]> MSstats log - - + + @@ -452,7 +468,6 @@ - @@ -486,12 +501,7 @@ The processing tools report missing values differently. This option is for distinguish which value should be considered as missing, and further whether it is censored or at random. Skyline and OpenSWATH input should use '0'. MaxQuant input should use 'NA' - - - - - - + @@ -623,8 +633,8 @@ - - 'log' in in dp_options['selected_outputs'] + + 'log' in dp_options['selected_outputs'] 'r_script' in dp_options['selected_outputs'] @@ -632,14 +642,14 @@ 'raw_data' in dp_options['selected_outputs'] - - 'processed_data' in dp_options['selected_outputs'] + + 'featurelevel_data' in dp_options['selected_outputs'] - - 'runlevel_data' in dp_options['selected_outputs'] + + 'proteinlevel_data' in dp_options['selected_outputs'] @@ -706,17 +716,17 @@ - + - + - + - - + + @@ -735,10 +745,10 @@ - + - + @@ -749,31 +759,31 @@ - + - + - + - + - + @@ -781,17 +791,18 @@ - + - + - + - - + + + @@ -806,37 +817,38 @@ - + - + - + - + - + - + - + + @@ -845,13 +857,13 @@ - - + + - + @@ -877,16 +889,16 @@ - - - + + + - + - + - + @@ -894,6 +906,7 @@ + @@ -901,41 +914,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + @@ -1079,27 +1131,14 @@ - Missing value imputation: - - Impute Missing Values: Only possible for Summarization Method TMP. Censored missing values will be determined (by censored intensity; cutoff value for censoring and Maximum quantile for deciding censored missing values") and imputed by Accelerated Failure Time model. + - Impute Missing Values: Only possible for Summarization Method TMP. Censored missing values will be determined and imputed by Accelerated Failure Time model. - Remove runs which have more than 50% missing values: Yes or no. - Censored Intensity: The processing tools report missing values differently. This option is for distinguishwhich value should be considered as missing, and further whether it is censored or at random - NA - It assumes that all NAs in Intensity column are censored. - 0 - It assumes that all values between 0 and 1 in Intensity column are censored. If there areNAs inIntensitywith this option, NAs will be considered as random missing. - - NULL - It assumes that all missing values are randomly missing. - Skyline and OpenSWATH input should use '0'. MaxQuant input should use 'NA' - - Cutoff value for censoring: cutoff for AFT model; only with censored intensity 'NA' or '0'; if NULL it assumes that there is no censored missing and any imputation will not be performed. In case that there are completely missing measurements in a run for a protein, any imputation will not be performed. In addition, the condition, which has no measurement at all in a protein, will be not impute. - - - minimum value for each feature: cutoff for AFT model will be the minimum value for each feature across runs. With this option, those runs with substantial missing measurements will be biased by the cutoff value. In such case, you may remove the runs that have more than 50% missing values from the analysis. - - minimum value for each run: cutoff for AFT model will be the minimum value for each run across features - - smallest between minimum value of corresponding feature and minimum value of corresponding run: cutoff for AFT model will be the smallest value between minimum valueof corresponding feature and minimum value of corresponding run - - Maximum quantile for deciding censored missing values: If you don’t want to apply the threshold of noise intensity in your data, you can use maxQuantileforCensored=NULL. - - Missing value imputation combination with summarization method TMP: - - - Summarization method: TMP + censored intensity: 'NULL': It assumes that all intensities are missing at random, therefore no action with missing value imputation: No; or error with missing value imputation: Yes. - - Missing value imputation: Yes + censored intensity:'NA' or '0': AFT model-based imputation using cutoff value for censoring in the AFT model - - Missing value imputation: No + censored intensity:'NA' or '0': censored intensities will be replaced with the value specified in cutoff value for censoring - - Missing value imputation: No + censored intensity: NULL: no imputation - Group comparison: automatic detection of differentially abundant proteins between two conditions, conditions have to be specified with the 'comparison matrix' - Quantification per sample or group: choose the corresponding output option @@ -1115,13 +1154,13 @@ - MSstats log - check log file for warnings and information on the analysis steps (txt) - MSstats Rscript - can be used to re-run analysis outside Galaxy or to inspect the executed code (txt) - MSstats RawData - raw files combined into MSstats format (tabular) - - MSstats ProcessedData - transformed, normalized, imputed intensities (tabular) + - MSstats FeatureLevelData - transformed, normalized, imputed intensities (tabular) - Intensity column: includes original intensities values - Abundance column: contains the log2 transformed and normalized intensities and it will used for run-level summarization - Censored column: has the decision about censored missing or not, based on censored Intensity and maximum quantile for deciding censored missing values options. Abundances with TRUE value in censored column will be considered as censored missing and imputed when Missing value imputation: Yes. - - MSstats RunlevelData - run and protein level summarized data (tabular) + - MSstats ProteinLevelData - run and protein level summarized data (tabular) - LogIntensities: log intensity summarized per run and protein, they will be used for the group comparison and summarized profile plot - NumMeasuredFeature: shows how many features were used for summarization of the corresponding run and protein diff -r 593839e1f2c3 -r 28434abe6c5c test-data/Comparison_plot_skyline.pdf Binary file test-data/Comparison_plot_skyline.pdf has changed diff -r 593839e1f2c3 -r 28434abe6c5c test-data/MSstats ProfilePlot.pdf Binary file test-data/MSstats ProfilePlot.pdf has changed diff -r 593839e1f2c3 -r 28434abe6c5c test-data/Profile_plot_skyline.pdf Binary file test-data/Profile_plot_skyline.pdf has changed diff -r 593839e1f2c3 -r 28434abe6c5c test-data/Volcano_plot_skyline.pdf Binary file test-data/Volcano_plot_skyline.pdf has changed diff -r 593839e1f2c3 -r 28434abe6c5c test-data/featurelevel_data_skyline.tabular --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/featurelevel_data_skyline.tabular Fri Aug 06 20:06:19 2021 +0000 @@ -0,0 +1,46 @@ +PROTEIN PEPTIDE TRANSITION FEATURE LABEL GROUP RUN SUBJECT FRACTION originalRUN censored INTENSITY ABUNDANCE newABUNDANCE +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition1 1 1 1 121219_S_CCES_01_01_LysC_Try_1to10_Mixt_1_1raw FALSE 319070944 29.3098413927068 29.3098413927068 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition1 1 1 1 121219_S_CCES_01_01_LysC_Try_1to10_Mixt_1_1raw FALSE 114949068 27.8369589250684 27.8369589250684 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition1 1 1 1 121219_S_CCES_01_01_LysC_Try_1to10_Mixt_1_1raw FALSE 132974798 28.0471170016311 28.0471170016311 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition1 2 1 1 121219_S_CCES_01_02_LysC_Try_1to10_Mixt_1_2raw FALSE 301443168 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition1 2 1 1 121219_S_CCES_01_02_LysC_Try_1to10_Mixt_1_2raw FALSE 864180704 29.5665639874012 29.5665639874012 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition1 2 1 1 121219_S_CCES_01_02_LysC_Try_1to10_Mixt_1_2raw FALSE 99948868 26.4544931020782 26.4544931020782 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition1 3 1 1 121219_S_CCES_01_03_LysC_Try_1to10_Mixt_1_3raw FALSE 275819008 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition1 3 1 1 121219_S_CCES_01_03_LysC_Try_1to10_Mixt_1_3raw FALSE 866460512 29.6985291199933 29.6985291199933 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition1 3 1 1 121219_S_CCES_01_03_LysC_Try_1to10_Mixt_1_3raw FALSE 104015372 26.6401918724078 26.6401918724078 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition2 4 2 1 121219_S_CCES_01_04_LysC_Try_1to10_Mixt_2_1raw FALSE 282914080 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition2 4 2 1 121219_S_CCES_01_04_LysC_Try_1to10_Mixt_2_1raw FALSE 887988992 29.6972948156548 29.6972948156548 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition2 4 2 1 121219_S_CCES_01_04_LysC_Try_1to10_Mixt_2_1raw FALSE 57196342 25.7407478107147 25.7407478107147 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition2 5 2 1 121219_S_CCES_01_05_LysC_Try_1to10_Mixt_2_2raw FALSE 306392288 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition2 5 2 1 121219_S_CCES_01_05_LysC_Try_1to10_Mixt_2_2raw FALSE 562341792 28.9231842858172 28.9231842858172 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition2 5 2 1 121219_S_CCES_01_05_LysC_Try_1to10_Mixt_2_2raw FALSE 61787154 25.7371158446414 25.7371158446414 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition2 6 2 1 121219_S_CCES_01_06_LysC_Try_1to10_Mixt_2_3raw FALSE 311995872 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition2 6 2 1 121219_S_CCES_01_06_LysC_Try_1to10_Mixt_2_3raw FALSE 947982416 29.6504503596479 29.6504503596479 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition2 6 2 1 121219_S_CCES_01_06_LysC_Try_1to10_Mixt_2_3raw FALSE 57000615 25.5946394508612 25.5946394508612 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition3 7 3 1 121219_S_CCES_01_07_LysC_Try_1to10_Mixt_3_1raw FALSE 317509760 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition3 7 3 1 121219_S_CCES_01_07_LysC_Try_1to10_Mixt_3_1raw FALSE 831511536 29.4360523406791 29.4360523406791 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition3 7 3 1 121219_S_CCES_01_07_LysC_Try_1to10_Mixt_3_1raw FALSE 110326472 26.5220950579513 26.5220950579513 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition3 8 3 1 121219_S_CCES_01_08_LysC_Try_1to10_Mixt_3_2raw FALSE 253089648 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition3 8 3 1 121219_S_CCES_01_08_LysC_Try_1to10_Mixt_3_2raw FALSE 909277584 29.8921892900012 29.8921892900012 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition3 8 3 1 121219_S_CCES_01_08_LysC_Try_1to10_Mixt_3_2raw FALSE 124922268 27.0284991700692 27.0284991700692 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition3 9 3 1 121219_S_CCES_01_09_LysC_Try_1to10_Mixt_3_3raw FALSE 330089504 28.0471170016311 28.0471170016311 +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition3 9 3 1 121219_S_CCES_01_09_LysC_Try_1to10_Mixt_3_3raw FALSE 735864592 29.2037000536836 29.2037000536836 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition3 9 3 1 121219_S_CCES_01_09_LysC_Try_1to10_Mixt_3_3raw FALSE 54330676 25.4440986390611 25.4440986390611 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition4 10 4 1 121219_S_CCES_01_10_LysC_Try_1to10_Mixt_4_1raw FALSE NA NA NA +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition4 10 4 1 121219_S_CCES_01_10_LysC_Try_1to10_Mixt_4_1raw FALSE 943487632 29.7700692177507 29.7700692177507 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition4 10 4 1 121219_S_CCES_01_10_LysC_Try_1to10_Mixt_4_1raw FALSE 86579608 26.3241647855115 26.3241647855115 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition4 11 4 1 121219_S_CCES_01_11_LysC_Try_1to10_Mixt_4_2raw FALSE NA NA NA +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition4 11 4 1 121219_S_CCES_01_11_LysC_Try_1to10_Mixt_4_2raw FALSE 600179488 29.4051505227937 29.4051505227937 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition4 11 4 1 121219_S_CCES_01_11_LysC_Try_1to10_Mixt_4_2raw FALSE 91340524 26.6890834804686 26.6890834804686 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition4 12 4 1 121219_S_CCES_01_12_LysC_Try_1to10_Mixt_4_3raw FALSE NA NA NA +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition4 12 4 1 121219_S_CCES_01_12_LysC_Try_1to10_Mixt_4_3raw FALSE 709016080 29.5578987363561 29.5578987363561 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition4 12 4 1 121219_S_CCES_01_12_LysC_Try_1to10_Mixt_4_3raw FALSE 87312183 26.5363352669061 26.5363352669061 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition5 13 5 1 121219_S_CCES_01_13_LysC_Try_1to10_Mixt_5_1raw FALSE NA NA NA +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition5 13 5 1 121219_S_CCES_01_13_LysC_Try_1to10_Mixt_5_1raw FALSE NA NA NA +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition5 13 5 1 121219_S_CCES_01_13_LysC_Try_1to10_Mixt_5_1raw FALSE 91599334 28.0471170016311 28.0471170016311 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition5 14 5 1 121219_S_CCES_01_14_LysC_Try_1to10_Mixt_5_2raw FALSE NA NA NA +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition5 14 5 1 121219_S_CCES_01_14_LysC_Try_1to10_Mixt_5_2raw FALSE NA NA NA +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition5 14 5 1 121219_S_CCES_01_14_LysC_Try_1to10_Mixt_5_2raw FALSE 96063704 28.0471170016311 28.0471170016311 +P32125 ADVGFLC[+57]NMLER_2 NA_NA ADVGFLC[+57]NMLER_2_NA_NA L Condition5 15 5 1 121219_S_CCES_01_15_LysC_Try_1to10_Mixt_5_3raw FALSE NA NA NA +P32125 AFAEAMANNSFNADEK_2 NA_NA AFAEAMANNSFNADEK_2_NA_NA L Condition5 15 5 1 121219_S_CCES_01_15_LysC_Try_1to10_Mixt_5_3raw FALSE 836397712 29.6396138744808 29.6396138744808 +P32125 AGAAQTIVASQQR_2 NA_NA AGAAQTIVASQQR_2_NA_NA L Condition5 15 5 1 121219_S_CCES_01_15_LysC_Try_1to10_Mixt_5_3raw FALSE 91967458 26.4546201287815 26.4546201287815 diff -r 593839e1f2c3 -r 28434abe6c5c test-data/profile_wsum_plot.pdf Binary file test-data/profile_wsum_plot.pdf has changed