setOrderingFilter {monocle} | R Documentation |
The function marks genes that will be used for clustering in subsequent calls to clusterCells. The list of selected genes can be altered at any time.
setOrderingFilter(cds, ordering_genes)
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 |
an updated CellDataSet object