Skip to content

Commit

Permalink
Update install.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
GohtaAihara committed Jun 5, 2024
1 parent c95b213 commit ed50ec6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion vignettes/install.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,13 @@ To install `SEraster`, start R (version "4.4") and enter:
# install.packages("BiocManager")
#
# BiocManager::install("SEraster")
```
```

In addition, `SEraster` is also compatible with `SeuratObject` through `SeuratWrappers`. `SeuratWrappers` implementation can be installed using `remotes`:

``` r
require(remotes)
remotes::install_github('satijalab/seurat-wrappers@SEraster')
```

Documentation and tutorial for the `SeuratWrappers` implementation can be found in the `SEraster` branch of the [`SeuratWrappers` GitHub repository](https://github.com/satijalab/seurat-wrappers/tree/SEraster).

0 comments on commit ed50ec6

Please sign in to comment.