Learn R Programming

monocle (version 1.6.2)

setOrderingFilter: Sets the features (e.g. genes) to be used for ordering cells in pseudotime.

Description

Sets the features (e.g. genes) to be used for ordering cells in pseudotime.

Usage

setOrderingFilter(cds, ordering_genes)

Arguments

cds
the CellDataSet upon which to perform this operation
ordering_genes
a vector of feature ids (from the CellDataSet's featureData) used for ordering cells

Value

  • an updated CellDataSet object