ANU BDSI
workshop Reproducible research with Quarto
Biological Data Science Institute
12th April 2024
What should have been submitted:
… a statistical value chain is constructed by defining a number of meaningful intermediate data products, for which a chosen set of quality attributes are well described …
— van der Loo & de Jonge (2018)]
A suggested folder structure for data projects:
project-root-folder/ # Root of the project folder
│
├── README.md # README file
│
├── data/ # Raw and derived data
│ ├── data-raw/ # Read-only files
│ ├── data-input/ # Extracted and coerced from raw data
│ ├── data-valid/ # Edit and imputed from input data
│ └── data-stats/ # Analysed results (R objects, .csv, etc.)
│
├── analysis/ # Scripts (not functions) to run analysis
│
├── figures/ # Figures (.png, .pdf, etc.)
│
├── misc/ # Misc
│
├── report.qmd # Report, paper, or thesis output
via Quarto Pubs
anu-bdsi.github.io/workshop-intro-quarto/