SEraster
Spatial Experiments raster - a rasterization preprocessing framework for scalable spatial omics data analysis
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Keywords
Repository
Spatial Experiments raster - a rasterization preprocessing framework for scalable spatial omics data analysis
Basic Info
- Host: GitHub
- Owner: JEFworks-Lab
- Language: R
- Default Branch: main
- Homepage: https://jef.works/SEraster/
- Size: 43.8 MB
Statistics
- Stars: 18
- Watchers: 1
- Forks: 5
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
Spatial Experiments raster (SEraster)
SEraster is a rasterization preprocessing framework that aggregates cellular information into spatial pixels to reduce resource requirements for spatial omics data analysis. This is the SEraster R documentation website. Questions, suggestions, or problems should be submitted as GitHub issues.
Overview
SEraster reduces the number of spatial points in spatial omics datasets for downstream analysis through a process of rasterization where single cells' gene expression or cell-type labels are aggregated into equally sized pixels based on a user-defined resolution. Here, we refer to a particular resolution of rasterization by the side length of the pixel such that finer resolution indicates smaller pixel size and coarser resolution indicates larger pixel size.
Installation
To install SEraster using Bioconductor, start R (version "4.5.0") and run:
```r if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install("SEraster") ```
See Bioconductor for more details.
The latest development version can also be installed from GitHub using remotes:
r
require(remotes)
remotes::install_github('JEFworks-Lab/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.
Tutorials
Introduction:
- Formatting a SpatialExperiment Object for SEraster
- Getting Started With SEraster
- SEraster for Spatial Variable Genes Analysis
- Characterizing mPOA cell-type heterogeneity with spatial bootstrapping
Citation
Our manuscript describing SEraster is available on Bioinformatics:
Owner
- Name: JEFworks Lab
- Login: JEFworks-Lab
- Kind: organization
- Website: http://jef.works/
- Repositories: 9
- Profile: https://github.com/JEFworks-Lab
JEFworks Lab at Johns Hopkins University
GitHub Events
Total
- Watch event: 2
- Push event: 8
- Pull request event: 2
- Fork event: 1
Last Year
- Watch event: 2
- Push event: 8
- Pull request event: 2
- Fork event: 1
Committers
Last synced: about 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Gohta Aihara | g****a@g****m | 36 |
| JEFworks | j****n@j****u | 8 |
| GohtaAihara | 3****a | 4 |
| LylaAtta123 | l****a@L****l | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: about 7 hours
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 3.0
- Average comments per pull request: 0.0
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: 5 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- lambdamoses (1)
Pull Request Authors
- GohtaAihara (16)
- LylaAtta123 (3)
- mayling54 (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 1,407 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
bioconductor.org: SEraster
Rasterization Preprocessing Framework for Scalable Spatial Omics Data Analysis
- Homepage: https://github.com/JEFworks-Lab/SEraster
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/SEraster/inst/doc/SEraster.pdf
- License: GPL-3
-
Latest release: 1.0.0
published 10 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 2.10 depends
- testthat >= 3.0.0 suggests