[381c22]: / man / pseudoTimeOrdering.Rd

Download this file

39 lines (34 with data), 980 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/DIscBIO-generic-pseudoTimeOrdering.R
\name{pseudoTimeOrdering}
\alias{pseudoTimeOrdering}
\alias{pseudoTimeOrdering,DISCBIO-method}
\title{Pseudo-time ordering}
\usage{
pseudoTimeOrdering(
object,
quiet = FALSE,
export = FALSE,
filename = "Cellular_pseudo-time_ordering"
)
\S4method{pseudoTimeOrdering}{DISCBIO}(
object,
quiet = FALSE,
export = FALSE,
filename = "Cellular_pseudo-time_ordering"
)
}
\arguments{
\item{object}{\code{DISCBIO} class object.}
\item{quiet}{if `TRUE`, suppresses intermediary output}
\item{export}{if `TRUE`, exports order table to csv}
\item{filename}{Name of the exported file (if `export=TRUE`)}
}
\value{
The DISCBIO-class object input with the kordering slot filled.
}
\description{
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.
}