forked from vrrenske/BactMAP
-
Notifications
You must be signed in to change notification settings - Fork 2
Segmentation Tutorial Part 1
vrrenske edited this page Oct 24, 2019
·
4 revisions
- 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
⬅️ Comparing Segmentation: Overview | Segmentation Tutorial part 2: Data Import ➡️ |
---|