Diff of /man/pseudoTimeOrdering.Rd [000000] .. [28e211]

Switch to unified view

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