WELCOME

Integrated Bioanalytics documents methods for chemical, phylogenetic, genomic, and language model-based analyses in R, as well as some basics of scientific writing. It is maintained by Lucas Busta and members of the Busta lab. The table of contents on the left shows what this book covers at this moment. We are often adding new content since the methods we rely on change. Even though the techniques change, the questions we bring to our data tend not to: “Which of my samples are most closely related?”, “Which analytes are driving differences among my samples?”, “Do my samples fall into definable clusters?”, “Are any of my variables related?”, and “Are any of these distributions different?”. These and related questions define the cores of each chapter.

To run the analyses described in this book, there are two ways:

  1. Use the live R sandboxes provided in this book. These run entirely in your browser and require no installation. The escape room exercises associated with the book will also work using this method. There are R sandboxes in each chapter, and a general purpose sandbox here.

  2. Run a source script that will set up your R environment with a variety of packages, custom functions, and datasets. For this second method, you need R and RStudio. If you don’t have R, see “installation” in the appendix. Run the source script by pasting and executing the following in your R command line (RStudio recommended). If you are in the Busta Lab (or want access to full features), define an object bustalab = TRUE before running the source command. If you have trouble running the source script, please reach out to Lucas Busta at: . The source script:

source("https://thebustalab.github.io/phylochemistry/phylochemistry.R")

Let’s get started!