All Projects → JEFworks-Lab → MERINGUE

JEFworks-Lab / MERINGUE

Licence: GPL-3.0 license
characterizing spatial gene expression heterogeneity in spatially resolved single-cell transcriptomics data with nonuniform cellular densities

Programming Languages

r
7636 projects
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to MERINGUE

SpiceMix
spatial transcriptome, single cell
Stars: ✭ 19 (-42.42%)
Mutual labels:  single-cell, spatial-transcriptomics
CrossTalkeR
R package to do the Ligand Receptor Analysis Visualization
Stars: ✭ 33 (+0%)
Mutual labels:  single-cell, cell-cell-communication
switchde
Inference of switch-like differential expression along single-cell trajectories
Stars: ✭ 19 (-42.42%)
Mutual labels:  gene-expression, single-cell
SCope
Fast visualization tool for large-scale and high dimensional single-cell data
Stars: ✭ 62 (+87.88%)
Mutual labels:  gene-expression, single-cell
Awesome Single Cell
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
Stars: ✭ 1,937 (+5769.7%)
Mutual labels:  gene-expression, single-cell
squidpy
Spatial Single Cell Analysis in Python
Stars: ✭ 235 (+612.12%)
Mutual labels:  spatial-analysis, spatial-transcriptomics
scCATCH
Automatic Annotation on Cell Types of Clusters from Single-Cell RNA Sequencing Data
Stars: ✭ 137 (+315.15%)
Mutual labels:  single-cell
vitessceR
R API and htmlwidget for Vitessce
Stars: ✭ 19 (-42.42%)
Mutual labels:  single-cell
cna
Covarying neighborhood analysis (CNA) is a method for finding structure in- and conducting association analysis with multi-sample single-cell datasets.
Stars: ✭ 35 (+6.06%)
Mutual labels:  single-cell
sabre
sabre: Spatial Association Between REgionalizations
Stars: ✭ 34 (+3.03%)
Mutual labels:  spatial-analysis
iDEA
Differential expression (DE); gene set Enrichment Analysis (GSEA); single cell RNAseq studies (scRNAseq)
Stars: ✭ 23 (-30.3%)
Mutual labels:  single-cell
mgatk
mgatk: mitochondrial genome analysis toolkit
Stars: ✭ 65 (+96.97%)
Mutual labels:  single-cell
gchromVAR
Cell type specific enrichments using finemapped variants and quantitative epigenetic data
Stars: ✭ 31 (-6.06%)
Mutual labels:  single-cell
graphsim
R package: Simulate Expression data from igraph network using mvtnorm (CRAN; JOSS)
Stars: ✭ 16 (-51.52%)
Mutual labels:  gene-expression
crop-seq
Data analysis scripts for Datlinger et. al, 2017 (doi:10.1038/nmeth.4177)
Stars: ✭ 24 (-27.27%)
Mutual labels:  single-cell
cellrangerRkit
Non-official Git repository for R package cellrangerRkit (currently not available elsewhere; I'm not affiliated with 10x)
Stars: ✭ 18 (-45.45%)
Mutual labels:  single-cell
scDblFinder
Methods for detecting doublets in single-cell sequencing data
Stars: ✭ 48 (+45.45%)
Mutual labels:  single-cell
immunarch
🧬 Immunarch by ImmunoMind: R Package for Fast and Painless Exploration of Single-cell and Bulk T-cell/Antibody Immune Repertoires
Stars: ✭ 204 (+518.18%)
Mutual labels:  single-cell
r-geo-course
An introductory course on using R for geographic data visualisation and analysis (in Russian).
Stars: ✭ 18 (-45.45%)
Mutual labels:  spatial-analysis
OrchestratingSingleCellAnalysis-release
An online companion to the OSCA manuscript demonstrating Bioconductor resources and workflows for single-cell RNA-seq analysis.
Stars: ✭ 35 (+6.06%)
Mutual labels:  single-cell

MERINGUE logo

Build Status codecov.io

MERINGUE characterizes spatial gene expression heterogeneity in spatially resolved single-cell transcriptomics data with non-uniform cellular densities.

The overall approach is detailed in the following publication: Miller, B., Bambah-Mukku, D., Dulac, C., Zhuang, X. and Fan, J. Characterizing spatial gene expression heterogeneity in spatially resolved single-cell transcriptomics data with nonuniform cellular densities. Genome Research. May 2021.

Overview

MERINGUE is a computational framework based on spatial auto-correlation and cross-correlation analysis.

You can use MERINGUE to:

  • Identify genes with spatially heterogeneous expression
  • Group significantly spatially variable genes into primary spatial gene expression patterns
  • Identify pairs of genes with complementary expression patterns in spatially co-localized cell-types that may be indicative of cell-cell communication
  • Integrate density-agnostic spatial distance weighting to perform spatially-informed transcriptional clustering analysis

In a manner that:

  • Accomodates 2D, multi-section, and 3D spatial data
  • Is robut to variations in cellular densities, distortions, or warping common to tissues
  • Is highly scalable to enable analysis of 10,000s of genes and 1,000s of cells within minutes
  • Is applicable to diverse spatial transcriptomics technologies

Installation

To install MERINGUE, we recommend using remotes:

# install.packages("remotes")
require(remotes)
remotes::install_github('JEFworks-Lab/MERINGUE', build_vignettes = TRUE)

Tutorials

  1. mOB Spatial Transcriptomics Analysis

  2. Multi-section 3D Breast Cancer Spatial Transcriptomics Analysis

  3. 3D Drosophila Spatial Transcriptomics Analysis

  4. Understanding MERINGUE's Spatial Cross-Correlation Statistic using Simulations

  5. Spatially-informed transcriptional clustering with MERINGUE

Contributing

We welcome any bug reports, enhancement requests, general questions, and other contributions. To submit a bug report or enhancement request, please use the MERINGUE GitHub issues tracker. For more substantial contributions, please fork this repo, push your changes to your fork, and submit a pull request with a good commit message.

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].