cell_data_set: The cell_data_set class from...

cell_data_setR Documentation

The cell_data_set class from https://github.com/cole-trapnell-lab/monocle3/blob/master/R/cell_data_set.R

Description

The main class used by Monocle3 to hold single-cell expression data. cell_data_set extends the Bioconductor SingleCellExperiment class.

Details

This class is initialized from a matrix of expression values along with cell and feature metadata.

Fields

reduce_dim_aux

SimpleList, auxiliary information from reduced dimension.

principal_graph_aux

SimpleList, auxiliary information from principal graph construction

principal_graph

SimpleList of igraph objects containing principal graphs for different dimensionality reduction.

clusters

SimpleList of cluster information for different dimensionality reduction.


ClusterGVis documentation built on June 17, 2025, 9:08 a.m.