Skip to content

Commit de81844

Browse files
EkinEkin
authored andcommitted
docs: peer review polish
1 parent 8e857bc commit de81844

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,22 @@ Analysis runtime: ~0.5 min after data download (~2GB).
134134
- Tests: `Rscript -e 'testthat::test_dir("tests/testthat")'`
135135
- Reproducibility details (expected outputs, network requirements): see `REPRODUCIBILITY.md`
136136

137+
## Data and Code Availability
138+
- Source data: GEO accession [GSE152075](https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE152075)
139+
- Analysis code: this repository (MIT licence)
140+
- Frozen software environment: `renv.lock`
141+
- Key derived outputs: `results/figures/` and `results/tables/`
142+
143+
## Peer Review Checklist
144+
Run from the repository root:
145+
```sh
146+
Rscript 000_install_dependencies.R
147+
Rscript run_all.R
148+
Rscript -e 'renv::status()'
149+
Rscript dev/lint.R
150+
Rscript -e 'testthat::test_dir("tests/testthat")'
151+
```
152+
137153
## Citation Metadata
138154
- Zenodo DOI: `10.5281/zenodo.18432519`
139155
- For citation tooling, see `CITATION.cff`

0 commit comments

Comments
 (0)