Segmentation Tutorial Part 1 - veeninglab/BactMAP GitHub Wiki
Before getting Started
- Start R & load BactMAP. Find installation & loading instructions for BactMAP here.
- Get the tutorial files on your computer. Download the tutorial datasets here. Unzip and save the files on your computer.
Check the documentation of the Staphylococcus aureus subset here and the Streptococcus pneumoniae subset here.
- Now set your working directory to the folder where you saved the tutorial files.
There are multiple ways to set your working directory: using the terminal, by prompting a GUI, or within Rstudio:
setwd("type_the_correct_path_here")
#or
setwd(choose.dir()) #directory picker GUI, doesn't work in MAC!
#or
:arrow_left: Comparing Segmentation: Overview | Segmentation Tutorial part 2: Data Import :arrow_right: |
---|