Mercurial > repos > iuc > dimet_timecourse_analysis
diff dimet_timecourse_analysis.xml @ 2:40edef7d7f74 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit 30fe10acdf65c6917856a0eae21dc91abd2f609f
author | iuc |
---|---|
date | Thu, 15 Feb 2024 12:50:27 +0000 |
parents | cb8c4ae59da9 |
children | b856fcb1346e |
line wrap: on
line diff
--- a/dimet_timecourse_analysis.xml Tue Jan 23 14:56:42 2024 +0000 +++ b/dimet_timecourse_analysis.xml Thu Feb 15 12:50:27 2024 +0000 @@ -39,7 +39,7 @@ '++analysis.method.impute_values=${impute_values}' '++analysis.dataset.subfolder=' '++analysis.dataset.label=' - '++analysis.dataset.conditions=${conds}' + '++analysis.dataset.conditions=${conditions}' #if $metadata_path: '++analysis.dataset.metadata=metadata' #end if @@ -64,7 +64,7 @@ ]]></command> <inputs> <expand macro="input_parameters_diff_analysis"/> - <expand macro="conditions"/> + <expand macro="factor_list"/> <expand macro="correction_method"/> <param name="qualityDistanceOverSpan" type="float" min="-1.0" max="-0.1" value="-0.3" label="quality Distance Over Span" help="Default value is -0.3."/> </inputs> @@ -80,8 +80,14 @@ <param name="metadata_path" ftype="tabular" value="example2_metadata.csv"/> <param name="correction_method" value="bonferroni"/> <param name="qualityDistanceOverSpan" value="-0.3"/> + <param name="statistical_test_type" value="parametric"/> <param name="stat_test" value="Tt"/> - <param name="conditions" value='Control,L-Cycloserine'/> + <repeat name="plot_factor_list"> + <param name="condition" value="Control"/> + </repeat> + <repeat name="plot_factor_list"> + <param name="condition" value="L-Cycloserine"/> + </repeat> <output_collection name="report" type="list" count="4"> <element file="abundance--cell-Control-T2h-Control-T0-Tt.tsv" name="abundance--cell-Control-T2h-Control-T0-Tt.tsv" ftype="tabular"/> <element file="abundance--cell-L-Cycloserine-T2h-L-Cycloserine-T0-Tt.tsv" name="abundance--cell-L-Cycloserine-T2h-L-Cycloserine-T0-Tt.tsv" ftype="tabular"/> @@ -259,11 +265,15 @@ The output consists of tables with the computed metrics, one by each pair of timepoints compared. The number of output tables = number-of-conditions x (number-of-timepoints)-1 x number-of-compartments. +For more information about the implemented statistical tests, please visit: https://github.com/cbib/DIMet/wiki/2-Statistical-tests + +The output files are explained in https://github.com/cbib/DIMet/wiki/3-Output + **Available data for testing** -You can test our tool with the data from our manuscript https://zenodo.org/record/8378887 (the pertinent +You can test our tool with the data from our manuscript https://zenodo.org/record/10579862 (the pertinent files for you are located in the subfolders inside the data folder). -You can also use the minimal data examples from https://zenodo.org/record/8380706 +You can also use the minimal data examples from https://zenodo.org/record/10579891 ]]> </help>