Build single-cell trajectories with the software that introduced **pseudotime**. Find out about cell fate decisions and the genes regulated as they're made.
Group and classify your cells based on gene expression. Identify new cell types and states and the genes that distinguish them.
Find genes that vary between cell types and states, over trajectories, or in response to perturbations using statistically robust, flexible differential analysis.
In development, disease, and throughout life, cells transition from one state to another. Monocle introduced the concept of **pseudotime**, which is a measure of how far a cell has moved through biological progress.
Many researchers are using single-cell RNA-Seq to discover new cell types. Monocle 3 can help you purify them or characterize them further by identifying key marker genes that you can use in follow-up experiments such as immunofluorescence or flow sorting.
**Single-cell trajectory analysis** shows how cells choose between one of several possible end states. The new reconstruction algorithms introduced in Monocle 3 can robustly reveal branching trajectories, along with the genes that cells use to navigate these decisions.
In this notebook, we present COMMOT (COMMunication analysis by Optimal Transport) to infer cell-cell communication (CCC) in spatial transcriptomic, a package that infers CCC by simultaneously considering numerous ligand–receptor pairs for either spatial transcriptomic data or spatially annotated scRNA-seq data equipped with spatial distances between cells estimated from paired spatial imaging data.
A collective optimal transport method is developed to handle complex molecular interactions and spatial constraints. Furthermore, we introduce downstream analysis tools to infer spatial signaling directionality and genes regulated by signaling using machine learning models.
Single-cell RNA sequencing (scRNA-seq) protocols often face challenges in measuring the expression of all genes within a cell due to various factors, such as technical noise, the sensitivity of scRNA-seq techniques, or sample quality. This limitation gives rise to a need for the prediction of unmeasured gene expression values (also known as dropout imputation) from scRNA-seq data.
ADImpute (Leote A, 2023) is an R package combining several dropout imputation methods, including two existing methods (DrImpute, SAVER), two novel implementations: Network, a gene regulatory network-based approach using gene-gene relationships learned from external data, and Baseline, a method corresponding to a sample-wide average..
This notebook is to illustrate an example workflow of ADImpute on sample datasets loaded from the package. The notebook content is inspired from ADImpute's vignette and modified to demonstrate how the tool works on BioTuring's platform.
Advances in multi-omics have led to an explosion of multimodal datasets to address questions from basic biology to translation. While these data provide novel opportunities for discovery, they also pose management and analysis challenges, thus motivating the development of tailored computational solutions. `muon` is a Python framework for multimodal omics.
It introduces multimodal data containers as `MuData` object. The package also provides state of the art methods for multi-omics data integration. `muon` allows the analysis of both unimodal omics and multimodal omics.
SpatialData (Marconato, Luca, et al., 2023) is a framework for processing spatial omics data, including
- spatialdata-io: load data from common spatial omics technologies into spatialdata.
- spatialdata-plot: static plotting library for spatialdata.
- napari-spatialdata: napari plugin for interactive exploration and annotation of spatial data.
In this notebook, we will illustrate the visualization functions implemented in SpatialData for Visium data. For datasets from other spatial technologies, please check this document. Also, we will use spatial queries to retrieve all the spatial elements and instances that are within a given rectangular window or polygonal shape from an example Visium brain dataset.
The notebook content is inspired from SpatialData's vignette and modified to demonstrate how the tool works on BioTuring's platform.
SpatialData (Marconato, Luca, et al., 2023) is a framework for processing spatial omics data, including
spatialdata-io: load data from common spatial omics technologies into spatialdata.
spatialdata-plot: static plotting library for spatialdata.
napari-spatialdata: napari plugin for interactive exploration and annotation of spatial data.
In this notebook, we will illustrate an example to train a Dense Net which predicts cell types Xenium data from an associated H&E image. Particularly, we will access and combine images and annotations across different technologies, where the H&E image from Visium data, and the cell type information from overlapping Xenium data. Also, the two modalities are spatially aligned via an affine transformation.
The notebook content is inspired from SpatialData's vignette and modified to demonstrate how the tool works on BioTuring's platform.