Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mayling54 committed Jan 6, 2025
1 parent 0119548 commit 516eb0d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 562 deletions.
6 changes: 5 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ Suggests:
nnSVG,
testthat (>= 3.0.0),
knitr,
rmarkdown
rmarkdown,
BiocManager,
MERINGUE,
remotes,
reshape2
VignetteBuilder: knitr
Config/testthat/edition: 3
RoxygenNote: 7.3.2
Expand Down
File renamed without changes.
550 changes: 0 additions & 550 deletions vignettes/SEraster-for-SVG-analysis.html

This file was deleted.

7 changes: 0 additions & 7 deletions vignettes/Untitled.R

This file was deleted.

8 changes: 4 additions & 4 deletions vignettes/install.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ We are currently submitting `SEraster` to Bioconductor (this section will be upd
To install this package using Bioconductor, start R (version "4.4.0") and enter:

```{r}
# if (!require("BiocManager", quietly = TRUE))
# install.packages("BiocManager")
#
# BiocManager::install("SEraster")
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("SEraster")
```

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

0 comments on commit 516eb0d

Please sign in to comment.