WikiPathways
WikiPathways is an open science platform for biological pathways contributed, updated, and used by the research community.
Monocle is a toolkit for analyzing single-cell RNA-seq data, enabling researchers to build trajectories, classify cells, and find differentially expressed genes.

Monocle is a computational tool designed for the analysis of single-cell RNA sequencing (scRNA-seq) data. It allows researchers to uncover cell heterogeneity, classify cell types and states, and understand developmental trajectories. Utilizing sophisticated algorithms, Monocle constructs single-cell trajectories, identifies cell fate decisions, and pinpoints genes regulated during these processes. It also enables the identification of marker genes for cell types and states, aiding in downstream experiments like immunofluorescence or flow sorting. Differential expression analysis within Monocle helps researchers to find genes that vary between cell types, states, or along trajectories. Monocle is intended for use by computational biologists and researchers in genomics and related fields.
Monocle is a computational tool designed for the analysis of single-cell RNA sequencing (scRNA-seq) data.
Explore all tools that specialize in build single-cell trajectories (pseudotime analysis). This domain focus ensures Monocle delivers optimized results for this specific requirement.
Explore all tools that specialize in group and classify cells based on gene expression. This domain focus ensures Monocle delivers optimized results for this specific requirement.
Explore all tools that specialize in identify new cell types and states. This domain focus ensures Monocle delivers optimized results for this specific requirement.
Explore all tools that specialize in find genes that vary between cell types. This domain focus ensures Monocle delivers optimized results for this specific requirement.
Explore all tools that specialize in perform differential expression analysis. This domain focus ensures Monocle delivers optimized results for this specific requirement.
Explore all tools that specialize in identify marker genes for specific cell populations. This domain focus ensures Monocle delivers optimized results for this specific requirement.
Monocle orders cells along a trajectory that represents the progression of a biological process. It uses reverse graph embedding to learn the trajectory structure and project cells onto it, providing a pseudotime value for each cell.
Monocle performs differential expression analysis to identify genes that are significantly up- or down-regulated between different cell types, states, or along pseudotime trajectories, using statistical models like likelihood ratio tests.
Monocle can identify branching points in developmental trajectories and determine the genes that drive cell fate decisions at these branch points using sophisticated algorithms for branch reconstruction.
Monocle provides tools for clustering cells based on their gene expression profiles, allowing users to identify distinct cell types and states within a heterogeneous population.
Monocle provides a variety of visualization tools for exploring single-cell data, including trajectory plots, heatmaps, and violin plots, allowing users to gain insights into the underlying biology.
Install Monocle from Bioconductor using R: `if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager"); BiocManager::install("monocle3")`
Load the Monocle library in R: `library(monocle3)`
Prepare your single-cell RNA-seq data as a CellDataSet object or using other compatible formats.
Create a CellDataSet object from your data: `cds <- new_cell_data_set(expression_matrix, cell_metadata = cell_metadata, gene_annotation = gene_annotation)`
Preprocess the data by normalizing and scaling the gene expression values: `cds <- preprocess_cds(cds, num_dim = 100)`
Reduce the dimensionality of the data using PCA: `cds <- reduce_dimension(cds)`
Cluster the cells based on their gene expression profiles: `cds <- cluster_cells(cds)`
All Set
Ready to go
Verified feedback from other users.
"Monocle is a powerful tool for single-cell RNA-seq analysis, offering capabilities for pseudotime analysis, clustering, and differential expression. It is well-regarded in the bioinformatics community for its ability to uncover cell heterogeneity and understand developmental trajectories."
0Post questions, share tips, and help other users.
WikiPathways is an open science platform for biological pathways contributed, updated, and used by the research community.

STRING is a database of known and predicted protein-protein interactions.

A fast spliced aligner for RNA-seq data.
Seurat is an R package designed for single-cell RNA-seq data analysis, exploration, and integration of diverse single-cell data types.

Scalable toolkit for analyzing single-cell gene expression data in Python.

A fast and safe bioinformatics library for the Rust language.

A protein structure prediction service using deep learning and comparative modeling.
Reactome is a free, open-source, curated and peer-reviewed pathway database for visualizing, interpreting and analyzing pathway knowledge.