reducedDimS: Retrieves the coordinates of each cell in the...

Description Usage Arguments Value Examples

View source: R/methods-CellDataSet.R

Description

Reducing the dimensionality of the expression data is a core step in the Monocle workflow. After you call reduceDimension(), this function will return the new coordinates of your cells in the reduced space.

Usage

1

Arguments

cds

A CellDataSet object.

Value

A matrix, where rows are cell coordinates and columns correspond to dimensions of the reduced space.

Examples

1
2
3
4
## Not run: 
S <- reducedDimS(HSMM)

## End(Not run)

monocle documentation built on Nov. 8, 2020, 5:06 p.m.