Skip to content

Commit

Permalink
bump to version 0.99.2. addressed reviews from the Bioconductor submi…
Browse files Browse the repository at this point in the history
…ssion
  • Loading branch information
GohtaAihara committed Jan 15, 2025
1 parent 142bdc4 commit bea0417
Show file tree
Hide file tree
Showing 116 changed files with 79 additions and 25,930 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Package
Title: Rasterization Preprocessing Framework for Scalable Spatial Omics Data Analysis
Version: 0.99.2
Authors@R:
c(person("Gohta", "Aihara", email = "[email protected]",
c(person("Gohta", "Aihara", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2492-9610")),
person("Mayling", "Chen", email = "[email protected]",
Expand Down
17 changes: 14 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 0.99.0 (05/14/2024)
* Developmental version
* Submitted to Bioconductor
CHANGES IN VERSION 0.99.2
------------------------

MODIFICATIONS

o Addressed reviews from the Bioconductor submission


CHANGES IN VERSION 0.99.0
------------------------

MODIFICATIONS

o Submitted to Bioconductor
30 changes: 21 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,31 @@

## Installation

To install `SEraster`, we currently recommend using `remotes`:
To install `SEraster` using Bioconductor, start R (version "4.4.0") and enter:

``` r
```r
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("SEraster")
```

The latest development version can also be installed from [GitHub](https://github.com/JEFworks-Lab/SEraster) using `remotes`:

```r
require(remotes)
remotes::install_github('JEFworks-Lab/SEraster')
```

To install this package using Bioconductor, start R (version "4.4.0") and enter:
``` r
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
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).

BiocManager::install("SEraster")
```
## Tutorials
Expand All @@ -43,8 +55,8 @@ Introduction:
- [Formatting a SpatialExperiment Object for SEraster](https://jef.works/SEraster/articles/formatting-SpatialExperiment-for-SEraster.html)
- [Getting Started With SEraster](https://jef.works/SEraster/articles/getting-started-with-SEraster.html)
- [SEraster for Spatial Variable Genes Analysis](https://jef.works/SEraster/articles/SEraster-for-SVG-analysis.html)
- [Characterizing mPOA cell-type heterogeneity with spatial bootstrapping](https://jef.works/SEraster/articles/characterizing-mPOA-cell-type-heterogeneity.html)
- [SEraster for Spatial Variable Genes Analysis](https://jef.works/SEraster/articles/SEraster-for-SVG-analysis.html)
- [Characterizing mPOA cell-type heterogeneity with spatial bootstrapping](https://jef.works/SEraster/articles/characterizing-mPOA-cell-type-heterogeneity.html)
## Citation
Expand Down
85 changes: 0 additions & 85 deletions docs/404.html

This file was deleted.

Loading

0 comments on commit bea0417

Please sign in to comment.