# HG changeset patch # User galaxyp # Date 1544208186 18000 # Node ID 80ce9ca55697df1bce480ea349535b6dca104d60 # Parent 28180bbb8fe454efe85fdaee089656b64e9bde61 planemo upload commit d27827cf38d30b9c98923f73bc9cae4ffe41361b diff -r 28180bbb8fe4 -r 80ce9ca55697 macros.xml --- a/macros.xml Thu Dec 06 08:50:19 2018 -0500 +++ b/macros.xml Fri Dec 07 13:43:06 2018 -0500 @@ -9,9 +9,9 @@ - - - + + + @@ -27,22 +27,22 @@ - - - - + Name of taxonomy column in taxonomy assignments file. The column must be either NCBI taxids (strongly preferred) or taxonomy @@ -53,7 +53,7 @@ samp_file.tab && #else: @@ -81,7 +81,7 @@ - + diff -r 28180bbb8fe4 -r 80ce9ca55697 metaquantome_expand.xml --- a/metaquantome_expand.xml Thu Dec 06 08:50:19 2018 -0500 +++ b/metaquantome_expand.xml Fri Dec 07 13:43:06 2018 -0500 @@ -1,4 +1,4 @@ - + annotated functional or taxonomy terms to include all terms macros.xml @@ -11,9 +11,9 @@ @EXPAND_PARAMS@ @DB_DIR@ #if $input.input_type == 'nopep': - --nopep --nopep_file='$input.nopep_file' + --nopep --nopep_file='$input.nopep_file' #else: - --int_file='$input.int_file' + --int_file='$input.int_file' --pep_colname_int='$input.pep_colname_int' #end if --outfile='$outfile' @@ -29,7 +29,7 @@ - @@ -47,9 +47,6 @@ - @@ -70,7 +67,59 @@ diff -r 28180bbb8fe4 -r 80ce9ca55697 metaquantome_filter.xml --- a/metaquantome_filter.xml Thu Dec 06 08:50:19 2018 -0500 +++ b/metaquantome_filter.xml Fri Dec 07 13:43:06 2018 -0500 @@ -1,4 +1,4 @@ - + for quality, redundancy, and sample coverage macros.xml @@ -9,7 +9,7 @@ metaquantome filter @COMMON_PARAMS@ --expand_file '$expand_file' - --min_peptides $min_peptides + --min_peptides $min_peptides #if $min_pep_nsamp: #set $nsamp = max(int($min_peptides),int($min_pep_nsamp)) --min_pep_nsamp $nsamp @@ -99,7 +99,26 @@ +metaQuantome filter +=================== + +The *filter* module is the second step in the metaQuantome analysis workflow. The +purpose of the filter module is to filter expanded terms to those that are +representative and well-supported by the data. + + +The image below illustrates the filtering process. + +.. image:: filtering.png + :width: 100 % + +**Filtering methods**. The circles indicate terms, the grey arrows indicate ‘is a’ relationships, and the blue arrows indicate metaQuantome filtering procedures. (A) Filtering results by number of unique peptides. The numbers inside each term indicate the hypothetical number of peptides giving evidence to each term. (B) Filtering by the number of sample children. The number inside each term indicates the number of children (direct descendants) that term has within the sample. metaQuantome filters out terms that are neither leaves nor meet the user-specified criterion for minimum sample children (here, 2, which is the default). (C) Filtering by the number of samples in which the term was quantified. + + +Questions, Comments, Problems, Kudos +-------------------------------------- + +Please file any issues at https://github.com/galaxyproteomics/tools-galaxyp/issues. + ]]> diff -r 28180bbb8fe4 -r 80ce9ca55697 metaquantome_stat.xml --- a/metaquantome_stat.xml Thu Dec 06 08:50:19 2018 -0500 +++ b/metaquantome_stat.xml Fri Dec 07 13:43:06 2018 -0500 @@ -1,5 +1,5 @@ - - differential functional expression and taxonomic abundance + + differential analysis of functional expression and taxonomic abundance macros.xml @@ -25,8 +25,8 @@ - - + + @@ -47,8 +47,6 @@ - @@ -61,7 +59,19 @@ diff -r 28180bbb8fe4 -r 80ce9ca55697 metaquantome_viz.xml --- a/metaquantome_viz.xml Thu Dec 06 08:50:19 2018 -0500 +++ b/metaquantome_viz.xml Fri Dec 07 13:43:06 2018 -0500 @@ -1,10 +1,10 @@ - - of taxonomic analysis, functional analysis, and function-taxonomy + + taxonomic analysis, functional analysis, and function-taxonomy analysis results macros.xml - - + + The color vector in R is - c("dodgerblue", "darkorange", "yellow2", "red2", "darkviolet", "black"), - so providing a 1 will give the "dodgerblue" color. - These same colors are also used in the heatmap and PCA plot, + c("dodgerblue", "darkorange", "yellow2", "red2", "darkviolet", "black"), + so providing a 1 will give the "dodgerblue" color. + These same colors are also used in the heatmap and PCA plot, so the colors can be tweaked to match. @@ -52,7 +52,6 @@ #end if --barcol=$plot.barcol #elif $plot.plottype == 'volcano': - --meancol='$plot.meancol' --fc_name='$plot.fc_name' #if $plot.textannot: --textannot='$plot.textannot' @@ -91,7 +90,30 @@ #if $plot.height: --height=$plot.height #end if - --img='outfile.png' + --img='outfile.png' && + mkdir '${ wrapped_outfile.files_path }' && + cp outfile.png '${ wrapped_outfile.files_path }' && + ## stylesheet + echo "img { + display: block; + margin-left: auto; + margin-right: auto; + max-width: 75%; + height: auto; + }" > style.css && + cp style.css '${ wrapped_outfile.files_path }' && + echo " + + + + + + +
+

To download the image, right-click and choose \"Save image as...\"

+ + " > wrapped_outfile.html && + cat wrapped_outfile.html ]]> @@ -110,29 +132,25 @@
- - - - - - + - - @@ -157,11 +175,12 @@ + Case-sensitive. Should be either a common taxonomic name ("Streptococcus") or functional term ("carbohydrate metabolic process").
- + @@ -172,6 +191,7 @@ + @@ -190,7 +210,23 @@ diff -r 28180bbb8fe4 -r 80ce9ca55697 static/images/filtering.png Binary file static/images/filtering.png has changed diff -r 28180bbb8fe4 -r 80ce9ca55697 static/images/metaquantome_program_structure.png Binary file static/images/metaquantome_program_structure.png has changed