From af6736521bb4d22863c0cd60e008ee3da894c0cc Mon Sep 17 00:00:00 2001 From: Tony Wu Date: Thu, 14 Nov 2024 17:58:10 -0500 Subject: [PATCH] Add folder for perturbations project --- projects/perturbations/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 projects/perturbations/README.md diff --git a/projects/perturbations/README.md b/projects/perturbations/README.md new file mode 100644 index 00000000..2fbf148c --- /dev/null +++ b/projects/perturbations/README.md @@ -0,0 +1,5 @@ +# Project Description + +This project will focus on causal inference methods for perturbation experiments. Notably, we aim to use the information from one dataset to predict the causal effect of perturbations in a different experiment. + +