diff --git a/.test/config/config.yaml b/.test/config/config.yaml index 46356ffe..e9f061fe 100644 --- a/.test/config/config.yaml +++ b/.test/config/config.yaml @@ -60,11 +60,6 @@ diffexp: # in the primary_variable sample sheet column and will be considered as # denominator in the fold change/effect size estimation). base_level: untreated - model_Y: - full: ~condition + batch_effect - reduced: ~batch_effect - primary_variable: condition - base_level: untreated # significance level to use for volcano, ma- and qq-plots sig-level: volcano-plot: 0.05 @@ -111,7 +106,7 @@ enrichment: meta_comparisons: # comparison is only run if set to `true` - activate: true + activate: false # Define here the comparisons under interest comparisons: # Define any name for comparison. You can add as many comparisions as you want diff --git a/workflow/resources/datavzrd/diffexp-template.yaml b/workflow/resources/datavzrd/diffexp-template.yaml index 3a5ee780..fe82b179 100644 --- a/workflow/resources/datavzrd/diffexp-template.yaml +++ b/workflow/resources/datavzrd/diffexp-template.yaml @@ -134,7 +134,7 @@ views: display-mode: hidden regex('qval_.+'): display-mode: hidden - ?f"regex('signed_pi_value_{params.primary_variable}.+')": + regex('signed_pi_value_.+'): display-mode: normal plot: heatmap: @@ -147,33 +147,8 @@ views: - -1 - 0 - 1 - ?f"regex('signed_pi_value_(?!{params.primary_variable}).+')": - display-mode: detail - plot: - heatmap: - scale: linear - range: - - "#e6550d" - - "white" - - "#6baed6" - domain: - - -1 - - 0 - - 1 - ?f"regex('^b_{params.primary_variable}(?!.*_se$)')": - plot: - heatmap: - scale: linear - range: - - "#e6550d" - - "white" - - "#6baed6" - domain: - - -1 - - 0 - - 1 - ?f"regex('^b_(?!{params.primary_variable})(?!.*_se$)')": - display-mode: detail + regex('^b_(?!.*_se$)'): + display-mode: normal plot: heatmap: scale: linear diff --git a/workflow/resources/datavzrd/go-enrichment-template.yaml b/workflow/resources/datavzrd/go-enrichment-template.yaml index 4d5c16dd..1469c3ae 100644 --- a/workflow/resources/datavzrd/go-enrichment-template.yaml +++ b/workflow/resources/datavzrd/go-enrichment-template.yaml @@ -12,7 +12,8 @@ views: dataset: go_enrichment desc: | Gene ontology (GO) term enrichment analysis was performed with goatools on differentially expressed genes as determined by the sleuth model. - The resulting table includes several columns with key information and is sorted according to the 'p-value' column in ascending order. The "term" column lists the specific GO term, while the "class" column indicates the classification of the GO term (biological process/cellular component/molecular function). The column "FDR" is the p-value obtained from false discovery. The "enrichment" column compares the ratio of differentially expressed genes in the current study to the ratio of total genes present in the current analysis. Lastly, the "study_items" shows the name of each differentially expressed gene together with its corresponding "b" value which is the fold change seperated. + The resulting table includes several columns with key information and is sorted in descending order by the values of the pi-value score of sum of fold changes affected (as proposed by `Xiao et al. 2014