Skip to content

Commit

Permalink
update tma and split_join
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Nov 14, 2024
1 parent 1393c74 commit 9474ebc
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 184 deletions.
Binary file added vignettes/images/split_join/1_align_a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/images/split_join/2_align_b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/images/split_join/3_join_dry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/images/split_join/5_join_shift.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/images/split_join/6_join_stack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added vignettes/images/split_join/7_join_nc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
446 changes: 267 additions & 179 deletions vignettes/split_join.Rmd

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions vignettes/tma.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spatPlot2D(tma, show_image = TRUE, point_size = 1.5, point_alpha = 0.7)
```

```{r, echo=FALSE, out.width="100%", fig.align="center"}
knitr::include_graphics("images/split_join/1_spatplot.png")
knitr::include_graphics("images/tma/1_spatplot.png")
```

## Detect individual TMA cores
Expand All @@ -116,7 +116,7 @@ spatPlot2D(tma,
```

```{r, echo=FALSE, out.width="100%", fig.align="center"}
knitr::include_graphics("images/split_join/2_identify_tma.png")
knitr::include_graphics("images/tma/2_identify_tma.png")
```

The cores have been assigned numerical IDs. There is also a `"not_connected"`
Expand Down Expand Up @@ -153,7 +153,7 @@ spatPlot2D(tma,
```

```{r, echo=FALSE, out.width="100%", fig.align="center"}
knitr::include_graphics("images/split_join/3_annotated.png")
knitr::include_graphics("images/tma/3_annotated.png")
```


Expand Down Expand Up @@ -214,7 +214,7 @@ spatPlot2D(lung,


```{r, echo=FALSE, out.width="100%", fig.align="center"}
knitr::include_graphics("images/split_join/4_lung_joined.png")
knitr::include_graphics("images/tma/4_lung_joined.png")
```

```{r, eval=FALSE}
Expand All @@ -237,7 +237,7 @@ spatPlot2D(brain,
```

```{r, echo=FALSE, out.width="80%", fig.align="center"}
knitr::include_graphics("images/split_join/5_brain_joined.png")
knitr::include_graphics("images/tma/5_brain_joined.png")
```


Expand Down

0 comments on commit 9474ebc

Please sign in to comment.