This is a reference cookbook for performing Microbiome Analysis with Bioconductor in R. This is a book based on R Markdown and bookdown (https://github.com/rstudio/bookdown).
For now the book is deployed to GitHub Pages from GitHub Actions. The book can also be build locally:
bookdown::render_book("index.Rmd", "bookdown::gitbook")
To install the necessary dependencis to build to book, please run
BiocManager::install(remotes::local_package_deps(dependencies=TRUE))
To contribute reports, follow the Git flow procedure:
- Fork the project
- create a new branch
- commit changes to the new branch
- Create a pull request (PR) back to the original repo
- Fix and discuss issues in the review process
Please note that, chapters should independent of each other.
Please note that the MiaBook project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.