| CellRouter-class | R Documentation |
An S4 class to represent the CellRouter object and its contents.
A multifaceted single-cell analysis platform that identifies complex cell-state transition trajectories by using flow networks to explore the subpopulation structure of multi-dimensional, single-cell omics data.
assayslist; different data used in the analysis.
sampTabdata frame; store the information of the integrated analysis of multiple assays.
rdimensiondata frame; cell embeddings from PCA.
pcalist; data from principal component analysis.
tsnelist; data from t-SNE dimensionality reduction.
umaplist; data from UMAP dimensionality reduction.
dr.customlist; data from custom dimensionality reduction.
dclist; data from dc dimensionality reduction.
customlist; cell embeddings for custom space.
var.genesA character.
graphA list.
signaturesA list.
sourcesA character.
targetsA character.
directorylist; directories of files obtained in the findPaths method.
pathsdata frame; paths between populations.
networkslist; graphs between populations.
genes.trajectorycharacter vector; genes considered in the trajectories.
pathsinfolist; information about the paths across populations.
dynamicslist; the smoothed correlations between gene expression and pseudotime in paths between populations.
clusterslist; the clusters for the selected trajectories.
correlationlist; correlations between gene expression and pseudotime in paths between populations.
top.correlationslist; gene trends (up or down) for each path.
pathwayenrichmentlist; pathway enrichment analysis on genes up or down-regulated along trajectories.
curveslist; the curves for the specified paths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.