Skip to content

Commit

Permalink
Fixed eval error
Browse files Browse the repository at this point in the history
  • Loading branch information
SheridJeff committed Aug 5, 2024
1 parent be16b1e commit 28a221d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03_session6.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ untar(tarfile = file.path(data_directory, "V1_Adult_Mouse_Brain_spatial.tar.gz")
## Downloading giotto object and nuclei segmentation
We will need nuclue/cell segmentations to perform the kirging. Later in the tutorial we'll also be using a premade giotto object. Download them using the following:

```{r}
```{r, eval=FALSE}
destfile = file.path(data_directory, 'subcellular_gobject.zip')
options(timeout = 9999999) # Needed to download large files
Expand Down

0 comments on commit 28a221d

Please sign in to comment.