Arguments
expr
The matrix of gene expression profile.
pseudotime
A character data.frame or matrix of pseudo-time. First column: Cell name; Second column: pseudo-time.
simplify
Whether to simplify pattern so that same neiboring patterns will be reduced to one. For example "up_up_constant" will be simplied to "up_constant".
removeconstant
Whether to remove all constant patterns. For example "up_up_constant" will be simplied to "up_up". This step will be performed before simplify.
plot
Whether to generate plot for genes with transition points.
gap
Number of first and last gap cells that will be excluded when considering transition points.