Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: SEraster
Type: Package
Title: Rasterization Preprocessing Framework for Scalable Spatial Omics Data Analysis
Version: 0.99.1
Version: 0.99.2
Authors@R:
c(person("Gohta", "Aihara", email = "gaihara1@jh.edu",
role = c("aut", "cre"),
Expand Down Expand Up @@ -41,12 +41,16 @@ Suggests:
nnSVG,
testthat (>= 3.0.0),
knitr,
rmarkdown
rmarkdown,
BiocManager,
MERINGUE,
remotes,
reshape2
VignetteBuilder: knitr
Config/testthat/edition: 3
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Depends:
R (>= 4.3.0)
R (>= 4.4.0)
Imports:
BiocParallel,
ggplot2,
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,25 @@ 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")

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

## Tutorials

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)

## Citation

Our preprint describing `SEraster` is available on *bioRxiv*:
Our manuscript describing `SEraster` is available on *Bioinformatics*:

[Aihara G. et al. (2024), "SEraster: a rasterization preprocessing framework for scalable spatial omics data analysis", *bioRxiv*](https://doi.org/10.1101/2024.02.01.578436)
[Gohta Aihara, Kalen Clifton, Mayling Chen, Zhuoyan Li, Lyla Atta, Brendan F Miller, Rahul Satija, John W Hickey, Jean Fan, SEraster: a rasterization preprocessing framework for scalable spatial omics data analysis, Bioinformatics, Volume 40, Issue 7, July 2024, btae412, https://doi.org/10.1093/bioinformatics/btae412](https://academic.oup.com/bioinformatics/article/40/7/btae412/7696710)
5 changes: 4 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ navbar:
href: articles/install.html
- text: "Tutorials"
menu:
- text: "Introduction"
- text: "Formatting a SpatialExperiment Object for SEraster"
href: articles/formatting-SpatialExperiment-for-SEraster.html
- text: "Getting Started With SEraster"
href: articles/getting-started-with-SEraster.html
- text: "SEraster for Spatial Variable Genes Analysis"
href: articles/SEraster-for-SVG-analysis.html
- text: "Characterizing mPOA cell-type heterogeneity with spatial bootstrapping"
href: articles/characterizing-mPOA-cell-type-heterogeneity.html
- text: "Functions"
href: reference/index.html
- text: "Changelog"
Expand Down
85 changes: 0 additions & 85 deletions data-raw/merfish_mousePOA.R

This file was deleted.

1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

74 changes: 30 additions & 44 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading