Skip to content

Commit

Permalink
fix title order
Browse files Browse the repository at this point in the history
  • Loading branch information
josschavezf committed Feb 1, 2024
1 parent 07d8c20 commit 86aa021
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/mini_seqfish.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ if(!genv_exists){
}
```

## Set Giotto instructions (optional)
# 1. Load the Giotto object

```{r, eval=FALSE}
library(Giotto)
library(GiottoData)
```

# 1. Load the Giotto object

A small seqFISH data is available through the giottoData package.

```{r, eval=FALSE}
Expand All @@ -45,6 +43,8 @@ seqfish_mini = loadGiottoMini("seqfish",
python_path = NULL)
```

## Set Giotto instructions (optional)

How to work with Giotto instructions that are part of your Giotto
object:

Expand Down

0 comments on commit 86aa021

Please sign in to comment.