Skip to content

Commit

Permalink
add icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Jul 29, 2024
1 parent 6513280 commit 8d85a61
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vignettes/workshop_isee_extension.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,21 @@ iSEE(sce, initial = initial)

![Screenshot of iSEE app launched in a predefined initial configuration.](img/iSEE_initial.png)

`r fontawesome::fa("circle-info")` It is useful to note that it is not always necessary to copy-paste R scripts from within the app.

With experience, users can learn to write short scripts from scratch.
For instance, the same initial state illustrated above can be achieved using the following script:

```{r}
initial <- list(
ReducedDimensionPlot(),
FeatureAssayPlot()
)
```

`r fontawesome::fa("triangle-exclamation")` Note that any setting not specified in the R script will be set to a default value that might change in the future.
The full R scripts reported by the app ensure complete reproducibility.

## Existing iSEE extensions

## Overview
Expand Down

0 comments on commit 8d85a61

Please sign in to comment.