cellPairwiseDistances<- {monocle}R Documentation

Sets the matrix containing distances between each pair of cells used by Monocle during cell ordering. Not intended to be called directly.

Description

Sets the matrix containing distances between each pair of cells used by Monocle during cell ordering. Not intended to be called directly.

Usage

cellPairwiseDistances(cds) <- value

Arguments

cds

A CellDataSet object.

value

a square, symmetric matrix containing pairwise distances between cells.

Value

An updated CellDataSet object

Examples

## Not run: 
cds <- cellPairwiseDistances(D)

## End(Not run)

[Package monocle version 2.22.0 Index]