reducedDimS-set: Set embedding coordinates of each cell in a CellDataSet.

Description Usage Arguments Value Examples

Description

This function sets the coordinates of each cell in a new (reduced-dimensionality) space. Not intended to be called directly.

Usage

1
reducedDimS(cds) <- value

Arguments

cds

A CellDataSet object.

value

A matrix of coordinates specifying each cell's position in the reduced-dimensionality space.

Value

An update CellDataSet object

Examples

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

## End(Not run)

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