Skip to content

Commit

Permalink
That RBioFormats error
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamoses committed May 15, 2024
1 parent 870876c commit cf16a83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/SFE.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ library(SpatialExperiment)
library(SFEData)
library(sf)
library(Matrix)
library(RBioFormats)
```

```{r}
Expand Down Expand Up @@ -393,6 +394,8 @@ list.files(dir_use)
```

```{r}
# RBioFormats issue: https://github.com/aoles/RBioFormats/issues/42
try(sfe_xen <- readXenium(dir_use, add_molecules = TRUE))
(sfe_xen <- readXenium(dir_use, add_molecules = TRUE))
```

Expand Down

0 comments on commit cf16a83

Please sign in to comment.