This repository contains the source code for the book "Gut Microbiome Analysis for CRC Detection: From Raw Sequences to Machine Learning Models," created using Quarto. The book is available online at https://pankajchejara23.github.io/bioinformatics_book/.
├── _quarto.yml # Quarto project configuration
├── index.qmd # Homepage for the book
├── chapters/ # Directory containing individual chapter files
├── docs/ # Rendered HTML files
├── images/ # Figures and images used in the book
├── data/ # Datasets used in examples
└── README.md # This file
_quarto.yml
: Defines the global settings for the book, including the title, author, and output format.index.qmd
: The main landing page for the book.chapters/
: Contains the.qmd
and.ipynb
files for each chapter.docs/
: Contains rendered html files.images/
: Stores all images and figures used throughout the book.data/
: Includes datasets required for code examples and analysis.
To build this book locally, you'll need:
- Quarto: Install from Quarto's official website.
- R or Python: Depending on the code examples in the book, install the necessary runtime.
- Packages: Install any additional dependencies required for the code snippets.
-
Clone the repository:
git clone https://github.com/pankajchejara23/bioinformatics_book.git cd bioinformatics_book
-
Render the book locally:
quarto render
-
Open the generated HTML files located in the
docs/
directory in your browser.
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. © 2025 Pankaj Chejara