Skip to content

Commit

Permalink
bug fix in bignette
Browse files Browse the repository at this point in the history
  • Loading branch information
nshen7 committed Nov 22, 2023
1 parent 37ae2df commit 436f741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/vmrseq-vignette.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Further, `data.pool` saves the `SummarizedExperiment` object into disk using `HD

In this vignette, we use a formatted example dataset built in the package called `se0` that's ready to be input to model fitting function:
```{r}
se0 <- loadHDF5SummarizedExperiment(system.file('data/se0', package = 'vmrseq'))
se0 <- HDF5Array::loadHDF5SummarizedExperiment(system.file('data/se0', package = 'vmrseq'))
```

It is a `SummarizedExperiment` object with one `assay` slot called `M_mat` that contains the binary methylation values of individual cells at CpG sites (sites as rows and cells as columns):
Expand Down

0 comments on commit 436f741

Please sign in to comment.