Skip to content

Commit

Permalink
chore: ensure eval FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajic committed Nov 14, 2024
1 parent 9474ebc commit 03033eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/split_join.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The CosMx mini dataset loaded in previously as `a` and `b` are already spatially
located in the correct locations relative to each other. For these cases, we
can join the objects with `join_method = "no_change"`

```{r}
```{r, eval=FALSE}
join_nc <- joinGiottoObjects(
list(a, b),
gobject_names = sprintf("fov_%d", seq(2)),
Expand All @@ -264,7 +264,7 @@ join_nc <- joinGiottoObjects(
addStatistics()
```

```{r}
```{r, eval=FALSE}
spatInSituPlotPoints(join_nc,
polygon_fill = "nr_feats",
polygon_fill_as_factor = FALSE,
Expand All @@ -287,7 +287,7 @@ of a categorical variable within a dataset such as cell type.

Do note however, that this will not reverse the naming changes applied to the cell IDs.

```{r}
```{r, eval=FALSE}
glist <- splitGiotto(join_nc, by = "list_ID")
force(glist)
```
Expand Down

0 comments on commit 03033eb

Please sign in to comment.