generated from sipbs-compbiol/sipbs-compbiol-book-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dags.qmd
13 lines (9 loc) · 1.05 KB
/
dags.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
# An Introduction to Causal Graphs {#sec-causal-graphs}
## We need to talk about DAGs
A _DAG_ is a _Directed Acyclic Graph_. DAGs are abstract mathematical structures that are extremely useful in many contexts. But, for our purposes, what is important is that they can be used to describe the causal relationships you believe are present in your experimental system. Describing your beliefs as a DAG has advantages:
1. **It is a concise way to express your understanding of the experiment clearly**
- It is then easy to visualise and share with others, so they can understand your view of the experiment
2. **The structure of a DAG can be analysed to suggest an appropriate statistical model**
- A DAG's structure can suggest which controls to use in an experiment, and what statistical analysis might be most appropriate
- Analysis of the DAG structure can tell you what can (and what _cannot_) be logically decided by the experiment, without having to make additional assumptions
We will introduce DAGs for experimental design in more detail, in the next section.