Skip to content

Commit

Permalink
Merge pull request drieslab#885 from josschavezf/suite
Browse files Browse the repository at this point in the history
fix title order
  • Loading branch information
josschavezf authored Feb 1, 2024
2 parents 07d8c20 + 86aa021 commit f8fc71f
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 f8fc71f

Please sign in to comment.