Welcome

Fourth BSD Quantitative Biology Bootcamp @ MBL


Welcome

This page contains important information about the Fourth BSD-qBio Boot Camp @ MBL, which will be held at the Marine Biological Laboratory in Woods Hole, MA, on Sept 2-9, 2018.

More that 90 incoming graduate students from the different programs in the Division of Biological Sciences at the University of Chicago will participate.

On this page, you find the instructions on how to prepare your laptop so that it’s ready for the boot camp.

You should also take a look at the data and the code we will explore in the workshops and tutorials.

You can see the schedule of the boot camp, and find the contact information for the directors.

Contacts

For any issue/question/comment, please contact the course directors:

Instructors

Schedule

The qBio4 boot camp will be, as the name implies, quite intense. We are going to have Tutorials (short primers to a certain topic) and Workshops (discipline-specific, hands-on activities).

You will get to know MBL better, with Talks from MBL researchers, a tour of the facilities, and even take a trip on a boat!.

Here’s the general schedule.

You can also browse the schedule by group.

Computing tutorials

To accommodate the diverse background of our students, we have created two tracks for the computing tutorials.

  • Basic Computing I and II: dedicated to new users who are not familiar with R or programming in general. It will guide students step-by-step, introducing the R syntax and showing how to write well-organized code for data analysis and scientific research.
  • Advanced Computing I and II: dedicated to experienced R users, will focus on manipulating large data sets, plotting, the UNIX terminal, and the use of regular expressions.

To decide which track you want to choose, please consult the lecture materials, and make sure that the content is at the right level for you:

  • Basic Computing I (web, pdf)
  • Basic Computing II (web, pdf)
  • Advanced Computing I (web, pdf)
  • Advanced Computing II (web, pdf)

Preparing your laptop

We are going to start working right away. Therefore, it is very important you prepare your laptop for the boot camp before you leave for MBL. This will take you about one hour, so schedule accordingly.

You will work on your laptop all day long. If you don’t have a laptop, please contact Stefano or Stephanie immediately.

Installation of R and R packages

  • Install R: go to this page, download the file corresponding to your platform, and install it. (Here’s a video explaining how to install R and RStudio in Windows; here for Mac OSX)

  • Install RStudio: once installed R, go to this page, download the installer for your operating system (section Installers for Supported Platforms), and install the software.

  • Once installed R and RStudio, open RStudio and install the following packages:

    • tidyverse
    • devtools
    • knitr
    • ggthemes
    • stringr
    • plyr
    • reshape2
    • vegan
    • lubridate
    • rmatio
    • cowplot

    You can find instructions on how to install R packages in RStudio here.

  • Other packages Two of the packages need to be installed from within R. Open Rstudio and in the Console type library(devtools), hit Return (or Enter) and then install_github("jdstorey/qvalue"). This will install the library qvalue that is needed for one of the tutorials.

  • Install ImageJ: go to this page and follow the instructions for your platform.

  • UNIX Emulator: If you are using Windows, you need to install a UNIX emulator. We suggest downloading the version control software Git (you will need this anyway!), because it ships with a small emulator (Git Bash). Simply go to this page and follow the instructions.

  • Git

    • Join GitHub click here and make sure you use your uchicago email to get free tools.
    • Download GitKracken click here

Downloading the data

It is very important to download the data before you leave for MBL, as the files are quite large. All you need to do is to download the repository containing all the boot camp lectures and data. There are two options

  • If you’re familiar with Git, clone the repository git clone https://github.com/StefanoAllesina/BSD-QBio4.git making sure that the directory is created within your home (Linux: home/yourname, Mac OSX: Users/yourname, Windows Users/yourname). The repo is about 430Mb.

  • If you’re not familiar with Git, download the zip file (about 157Mb), and extract it to your home directory. Make sure to rename the folder to BSD-QBio4 (it will be extracted as BSD-QBio4-master).

Programming Challenges

During the boot camp, the 12 groups of students will compete through 6 programming challenges. Here are the links to the webpages where the groups should post their solutions (one answer per group, please):

Notes

This material is based upon work supported by the National Science Foundation under Grant Number 1734818

Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.