Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 2.29 KB

README.md

File metadata and controls

49 lines (32 loc) · 2.29 KB

CRAN status Build status Build Status R-CMD-check codecov DOI

spots: Spatial Component Analysis

The spots package is designed for spatial omics (10x Visium, etc.) data analysis.

It performs various statistical analyses and tests, including spatial component analysis (SCA), both global and local spatial statistics, such as univariate and bivariate Moran's I, Getis-Ord Gi* statistics, etc.

See Integrated protein and transcriptome high-throughput spatial profiling (2022) for more details.

Installation

Install from CRAN release:

install.packages("spots")

Install from Github:

install.packages("devtools")
devtools::install_github("stevexniu/spots")

Install the light-weight spots-feather without eign decomposition (SCA functionality).

install.packages("devtools")
devtools::install_github("stevexniu/spots", ref = "feather")

Usage

See tutorials:

SCA vs PCA

Get Started

Spatial Statistics

Citation

You can cite spots using this DOI:

DOI

© X. Steve Niu from Landau Lab, Weill Cornell Medicine and New York Genome Center