Skip to content

Commit

Permalink
docs: make example config/config.yaml consistent with `config/sampl…
Browse files Browse the repository at this point in the history
…es.tsv` (#77)
  • Loading branch information
dlaehnemann authored Mar 25, 2024
1 parent 0f18be7 commit 3d53ced
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ diffexp:
variables_of_interest:
treatment_1:
# any fold change will be relative to this factor level
base_level: B
base_level: untreated
treatment_2:
# any fold change will be relative to this factor level
base_level: C
base_level: untreated
# variables whose effect you want to model to separate them from your
# variables_of_interest
batch_effects:
- jointly_handled
# contrasts for the deseq2 results method to determine fold changes
contrasts:
A-vs-B_treatment_1:
treatment_1:
# must be one of the variables_of_interest, for details see:
# https://www.bioconductor.org/packages/devel/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#contrasts
variable_of_interest: treatment_1
# must be a level present in the variable_of_interest that is not the
# base_level specified above
level_of_interest: A
level_of_interest: treated
# The default model includes all interactions among variables_of_interest
# and batch_effects added on. For the example above this implicitly is:
# model: ~jointly_handled + treatment_1 * treatment_2
Expand Down

0 comments on commit 3d53ced

Please sign in to comment.