Skip to content

Commit

Permalink
Minor updates to vignettes.
Browse files Browse the repository at this point in the history
  • Loading branch information
PratibhaPanwar committed Sep 8, 2024
1 parent 7a89b48 commit 9b4ffe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions vignettes/v1_seqFISH_mouseEmbryo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ vignette: |

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
message = FALSE,
warning = FALSE,
comment = "#>"
collapse = FALSE
)
```

# SeqFISH mouse embryo data analysis

```{r}
```{r setup, message = FALSE, warning = FALSE}
# load required packages
library(clustSIGNAL)
library(distances)
Expand Down
7 changes: 2 additions & 5 deletions vignettes/v2_MERFISH_mouseHypothalamus.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,13 @@ vignette: |

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
message = FALSE,
warning = FALSE,
comment = "#>"
collapse = FALSE
)
```

# MERFISH mouse preoptic hypothalamus data analysis

```{r}
```{r setup, message = FALSE, warning = FALSE}
# load required packages
library(clustSIGNAL)
library(distances)
Expand Down

0 comments on commit 9b4ffe8

Please sign in to comment.