Meta-analysis on the effects of early life adversity on immediate early genes expression in the brain
Version 0.1.0
Code accompanying manuscript titled "Effects of early life adversity on immediate early gene expression: systematic review and 3-level meta-analysis of rodent studies", now available on biorXiv: https://doi.org/10.1101/2021.06.07.447369 . For additional information, see also the associated Open Science Framework page at https://osf.io/qkyvd/
.
├── .gitignore
├── CITATION.md
├── LICENSE.md
├── README.md
├── requirements.txt
├── bin <- Compiled and external code, ignored by git (PG)
│ └── external <- Any external source code, ignored by git (RO)
├── config <- Configuration files (HW)
├── data <- All project data, ignored by git
│ ├── processed <- The final, canonical data sets for modeling. (PG)
│ ├── raw <- The original, immutable data dump. (RO)
│ └── temp <- Intermediate data that has been transformed. (PG)
├── docs <- Documentation notebook for users (HW)
│ ├── manuscript <- Manuscript source, e.g., LaTeX, Markdown, etc. (HW)
│ └── reports <- Other project reports and notebooks (e.g. Jupyter, .Rmd) (HW)
├── results
│ ├── figures <- Figures for the manuscript or reports (PG)
│ └── output <- Other output for the manuscript or reports (PG)
└── src <- Source code for this project (HW)
This project is licensed under the terms of the MIT License