Skip to content

Commit

Permalink
Going for a minimal example. This now compiles locally on my machine …
Browse files Browse the repository at this point in the history
…with sandpaper::serve()
  • Loading branch information
csmagnano committed Jan 10, 2024
1 parent 4ca0375 commit c1f6980
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2,094 deletions.
2 changes: 1 addition & 1 deletion episodes/intro_bioc_sce.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ knitr::include_graphics("http://bioconductor.org/books/3.17/OSCA.intro/images/Si
Let's start with an example dataset.

```{r, message = FALSE}
sce <- WTChimeraData(sample=5)
sce <- WTChimeraData(samples=5)
sce
```

Expand Down
Loading

0 comments on commit c1f6980

Please sign in to comment.