Skip to content
Snippets Groups Projects
Commit 92fff531 authored by Bernd Klaus's avatar Bernd Klaus
Browse files

changed file path to windows based path for the course

parent 54f7d526
No related branches found
No related tags found
No related merge requests found
...@@ -90,10 +90,11 @@ by the machine learning algorithm, so we only extract this part of the file. ...@@ -90,10 +90,11 @@ by the machine learning algorithm, so we only extract this part of the file.
```{r readCellH5, dependson="plate_map", eval=FALSE} ```{r readCellH5, dependson="plate_map", eval=FALSE}
path <- "/g/huber/course/htm_course_2016/embo_course_2014/Analysis_new/hdf5/_all_positions.ch5" #path <- "/g/huber/course/htm_course_2016/embo_course_2014/Analysis_new/hdf5/_all_positions.ch5"
path <- "Z:/embo2016/htm2016/P12_Visual_Exploration/hdf5/_all_positions.ch5"
c5f <- CellH5(path) c5f <- CellH5(path)
c5_pos <- C5Positions(c5f, C5Plates(c5f)) c5_pos <- C5Positions(c5f, C5Plates(c5f))
predictions <- C5Predictions(c5f, c5_pos[[1]], mask = "primary__primary3", as = "name") predictions <- C5Predictions(c5f, c5_pos[[1]], mask = "primary__primary", as = "name")
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment