Skip to content

Commit

Permalink
fix folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
josschavezf committed Nov 14, 2024
1 parent c35556c commit 1393c74
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
4 changes: 2 additions & 2 deletions vignettes/tesellation.Rmd → vignettes/tesselation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ plot(hexbin25)
```

```{r, echo=FALSE, out.width="70%", fig.align="center", fig.alt="Giotto polygon in a hexagon shape for overlapping visium HD expression data"}
knitr::include_graphics("images/tesellation/1-hex.png")
knitr::include_graphics("images/tesselation/1-hex.png")
```

# Combine Giotto points and polygons to create Giotto object
Expand Down Expand Up @@ -109,7 +109,7 @@ spatInSituPlotPoints(g,
```

```{r, echo=FALSE, out.width="100%", fig.align="center", fig.alt="Overlap of gene expression with the hex25 polygons. Each dot represents a single gene. Jitter used to better vizualize individual transcripts"}
knitr::include_graphics("images/tesellation/0-spatInSituPlotPoints.png")
knitr::include_graphics("images/tesselation/0-spatInSituPlotPoints.png")
```

# Session info
Expand Down

0 comments on commit 1393c74

Please sign in to comment.