Skip to content

Commit f74e6a7

Browse files
adding a not too trivial line to say iSEE also runs "waiting for data"
1 parent 6743ac3 commit f74e6a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vignettes/Introduction_to_iSEEWorkshopEuroBioc2025.Rmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ All you need is a SummarizedExperiment, or anything built on top of that: Single
139139
SCREENSHOT("images/02-isee-initial.png", delay = 40)
140140
```
141141

142+
Actually, you could even start iSEE **without any dataset**, and upload that at runtime.
143+
You could do so by typing
144+
145+
```{r, eval=FALSE}
146+
iSEE()
147+
```
148+
149+
This can be relevant if you intend to deploy iSEE in some kind of server-like mode (e.g. serving the dataset(s) of your research group, or hosting iSEE for *anyone* to upload their own SummarizedExperiment objects, provided as .rds files).
150+
142151
## The panel types
143152

144153
There are 8 essential panel types by default within iSEE:

0 commit comments

Comments
 (0)