Repository containing source files for 'Best Practices for Spatial Transcriptomics Analysis with Bioconductor' online book.
The website for the compiled version of the book is at: https://lmweber.org/BestPracticesST/
The main content of the book is in the Quarto .qmd
files in the chapters/ subdirectory, with one .qmd
file per chapter.
Rendering and publishing to the website uses the GitHub Actions workflow in: .github/workflows/
Run quarto render
to render the book locally.
Run quarto publish
to render and publish to GitHub Pages manually (without using GitHub Actions workflow).