limma_result_categories
Thomas Rauter
2025-01-21
Source:vignettes/limma_result_categories.Rmd
limma_result_categories.Rmd
limma Result Categories
limma analysis results can be divided into three categories, which are defined in this document:
Time Effect: This category focuses on the changes of the feature (e.g. protein) value that occur over time within a single condition.
Average Difference Between Conditions: This category compares the average feature values for levels within a condition, regardless of time.
Interaction Between Condition and Time: This category examines the interaction between time and condition. It identifies features whose value changes differently over time depending on the condition.
Legend:
- A hit is a feature (e.g. a protein) that is significantly changed over time.
- Levels are the different factors of a condition of the experiment. For example, bioreactor phase is a condition, and exponential and stationary are levels within that condition.
Category 1 (time effect)
Temporal pattern within level for a given feature → Hit
Category 2 (average difference conditions)
Overall mean difference between levels for a given feature → Hit
Category 3 (interaction condition & time)
Treatment interacting with time for a feature (time effect changing with treatment, the feature must have different temporal patterns in both conditions/levels) → Hit
Session Info
## R version 4.5.1 (2025-06-13)
## Platform: x86_64-pc-linux-gnu
## Running under: Ubuntu 22.04.5 LTS
##
## Matrix products: default
## BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.10.0
## LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.10.0 LAPACK version 3.10.0
##
## locale:
## [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
## [3] LC_TIME=de_AT.UTF-8 LC_COLLATE=en_US.UTF-8
## [5] LC_MONETARY=de_AT.UTF-8 LC_MESSAGES=en_US.UTF-8
## [7] LC_PAPER=de_AT.UTF-8 LC_NAME=C
## [9] LC_ADDRESS=C LC_TELEPHONE=C
## [11] LC_MEASUREMENT=de_AT.UTF-8 LC_IDENTIFICATION=C
##
## time zone: Europe/Vienna
## tzcode source: system (glibc)
##
## attached base packages:
## [1] stats graphics grDevices datasets utils methods base
##
## loaded via a namespace (and not attached):
## [1] digest_0.6.37 desc_1.4.3 R6_2.6.1 fastmap_1.2.0
## [5] xfun_0.52 cachem_1.1.0 knitr_1.50 htmltools_0.5.8.1
## [9] rmarkdown_2.29 lifecycle_1.0.4 cli_3.6.5 sass_0.4.10
## [13] pkgdown_2.1.3 textshaping_1.0.1 jquerylib_0.1.4 renv_1.1.4
## [17] systemfonts_1.2.3 compiler_4.5.1 rstudioapi_0.17.1 tools_4.5.1
## [21] ragg_1.4.0 bslib_0.9.0 evaluate_1.0.4 yaml_2.3.10
## [25] jsonlite_2.0.0 htmlwidgets_1.6.4 rlang_1.1.6 fs_1.6.6