This function takes the exact output of exprmclust function and construct Pseudo-time ordering by mapping all cells onto the path that connects cluster centers.
KmeanOrder(
object,
quiet = FALSE,
export = FALSE,
filename = "Cellular_pseudo-time_ordering_based_on_k-meansc-lusters"
)# S4 method for DISCBIO
KmeanOrder(
object,
quiet = FALSE,
export = FALSE,
filename = "Cellular_pseudo-time_ordering_based_on_k-meansc-lusters"
)
The DISCBIO-class object input with the kordering slot filled.
DISCBIO
class object.
if `TRUE`, suppresses intermediary output
if `TRUE`, exports order table to csv
Name of the exported file (if `export=TRUE`)