Appendix A — Contributors & acknowledgments
This book is the work of many hands, and it stands on a great deal of generously shared material. Individual chapters carry their own author bylines; this page is the single place that credits everyone — and every adapted source — across the whole book.
A.2 Adapted material and sources
Several chapters build on openly shared teaching resources. We are grateful to their authors. Where a source carries a license, it is noted; material adapted from those sources remains under its original license.
- Garrett Grolemund, Hands-On Programming with R (CC BY-NC-ND) — dice examples and figures (
hopr_*) in the early R chapters. - Robert Kabacoff, Modern Data Visualization with R (CC BY-NC 4.0) — the basis of the ggplot2 chapter.
- Stephen Turner, Bioconnector tutorials — the Data Frames and dplyr material and example data.
- Alboukadel Kassambara / STHDA, penalized-regression tutorial — part of the Models (machine-learning) chapter.
Most of this book is released under CC0. The adapted material and figures listed above are the exceptions: they retain the original CC BY-NC or CC BY-NC-ND licenses of their sources and are used here with attribution. We are working toward replacing those with original or openly-licensed equivalents so the whole book is uniformly open.
A.3 Datasets
The book reuses several published datasets, cited in the chapters that use them — among them the Brauer et al. (2008) yeast growth-rate study (via the Bioconnector tutorials), the DeRisi et al. (1997) diauxic-shift time course, the airway RNA-seq dataset (Himes et al.), GEO accession GSE103512, ENCODE CTCF peaks (ENCFF960ZGP), a DNA-methylation dataset from a Galaxy tutorial, and curated microbiome and single-cell datasets from Bioconductor data packages. Datasets we redistribute are vendored under data/; figure sources are recorded in images/README.md.
A.4 Tools
Built with Quarto, R, and Bioconductor, and published openly so others can read, reuse, and contribute.
A.5 Contributing
Corrections, suggestions, and contributions are welcome through the GitHub repository — open an issue or a pull request. If you contribute material, you’ll be credited here and in the relevant chapter.