- Start R & load BactMAP. Find installation & loading instructions for BactMAP here.
- Get the datasets needed for the tutorial through this link. Download the zip file and extract & save it on your computer. This data can also be used for the second time-lapse tutorial, Custom Analysis.
If you want to do this tutorial using your own data, check BactMAP’s
import functions here.
- Set the working directory of your R session to the extracted folder "Time-Lapse-Analysis". Specify the path using the command
setwd()
, for example:
setwd("C:/the/path/to/Time-Lapse-Analysis")