All Projects → theislab → squidpy

theislab / squidpy

Licence: BSD-3-Clause license
Spatial Single Cell Analysis in Python

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to squidpy

scarf
Toolkit for highly memory efficient analysis of single-cell RNA-Seq, scATAC-Seq and CITE-Seq data. Analyze atlas scale datasets with millions of cells on laptop.
Stars: ✭ 54 (-77.02%)
Mutual labels:  single-cell-genomics, single-cell-rna-seq
cellrank
CellRank for directed single-cell fate mapping
Stars: ✭ 222 (-5.53%)
Mutual labels:  single-cell-genomics, single-cell-rna-seq
MERINGUE
characterizing spatial gene expression heterogeneity in spatially resolved single-cell transcriptomics data with nonuniform cellular densities
Stars: ✭ 33 (-85.96%)
Mutual labels:  spatial-analysis, spatial-transcriptomics
Slicer-DeepInfer
3D Slicer Module for connecting to model repository and use models for image analysis.
Stars: ✭ 23 (-90.21%)
Mutual labels:  image-analysis
spatial efd
A spatial aware implementation of elliptical Fourier analysis
Stars: ✭ 19 (-91.91%)
Mutual labels:  spatial-analysis
Python Computer Vision from Scratch
This repository explores the variety of techniques commonly used to analyze and interpret images. It also describes challenging real-world applications where vision is being successfully used, both for specialized applications such as medical imaging, and for fun, consumer-level tasks such as image editing and stitching, which students can apply…
Stars: ✭ 219 (-6.81%)
Mutual labels:  image-analysis
st gridnet
A Python implementation of the model described in our publication "A convolutional neural network for common-coordinate registration of high-resolution histology images" developed principally for applications to registration of spatial transcriptomics image data.
Stars: ✭ 18 (-92.34%)
Mutual labels:  spatial-transcriptomics
dynmethods
A collection of 50+ trajectory inference methods within a common interface 📥📤
Stars: ✭ 94 (-60%)
Mutual labels:  single-cell-rna-seq
topo
A Geometry library for Elixir that calculates spatial relationships between two geometries
Stars: ✭ 125 (-46.81%)
Mutual labels:  spatial-analysis
ggimg
ggimg: Graphics Layers for Plotting Image Data with ggplot2
Stars: ✭ 51 (-78.3%)
Mutual labels:  image-analysis
Texturize
A unified framework for example-based texture synthesis, developed alongside my master's thesis.
Stars: ✭ 15 (-93.62%)
Mutual labels:  image-analysis
miplib
A Python software library with a variety of functions for (optical) microscopy image restoration, reconstruction and analysis.
Stars: ✭ 54 (-77.02%)
Mutual labels:  image-analysis
ncem
Learning cell communication from spatial graphs of cells
Stars: ✭ 77 (-67.23%)
Mutual labels:  squidpy
scRNAseq cell cluster labeling
Scripts to run and benchmark scRNA-seq cell cluster labeling methods
Stars: ✭ 41 (-82.55%)
Mutual labels:  single-cell-rna-seq
geospark
bring sf to spark in production
Stars: ✭ 53 (-77.45%)
Mutual labels:  spatial-analysis
OMETIFF.jl
I/O operations for OME-TIFF files in Julia
Stars: ✭ 18 (-92.34%)
Mutual labels:  image-analysis
computer-vision-notebooks
👁️ An authorial set of fundamental Python recipes on Computer Vision and Digital Image Processing.
Stars: ✭ 89 (-62.13%)
Mutual labels:  image-analysis
SyConn
Toolkit for the generation and analysis of volume eletron microscopy based synaptic connectomes of brain tissue.
Stars: ✭ 31 (-86.81%)
Mutual labels:  image-analysis
QuadTreeAndroid
Library that helps to implement the QuadTree in android, by using splitting images
Stars: ✭ 30 (-87.23%)
Mutual labels:  image-analysis
fpzip
Cython bindings for fpzip, a floating point image compression algorithm.
Stars: ✭ 24 (-89.79%)
Mutual labels:  image-analysis

PyPI Downloads CI Notebooks CI Documentation Coverage Discourse Zulip

Squidpy - Spatial Single Cell Analysis in Python

Squidpy logo

Squidpy is a tool for the analysis and visualization of spatial molecular data. It builds on top of scanpy and anndata, from which it inherits modularity and scalability. It provides analysis tools that leverages the spatial coordinates of the data, as well as tissue images if available.

Squidpy title figure

Visit our documentation for installation, tutorials, examples and more.

Manuscript

Please see our manuscript Palla, Spitzer et al. (2022) in Nature Methods to learn more.

Squidpy's key applications

  • Build and analyze the neighborhood graph from spatial coordinates.
  • Compute spatial statistics for cell-types and genes.
  • Efficiently store, analyze and visualize large tissue images, leveraging skimage.
  • Interactively explore anndata and large tissue images in napari.

Installation

Install Squidpy via PyPI by running:

pip install squidpy
# or with napari included
pip install 'squidpy[interactive]'

or via Conda as:

conda install -c conda-forge squidpy

Contributing to Squidpy

We are happy about any contributions! Before you start, check out our contributing guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].