The PCA representation can either be used to show pseudo-time ordering or the gene expression of a particular gene.
PlotMBpca(object, type = "order", g = NULL, n = NULL)
A plot of the PCA.
DISCBIO
class object.
either `order` to plot pseudo-time ordering or `exp` to plot gene expression
Individual gene name or vector with a group of gene names
corresponding to a subset of valid row names of the ndata
slot of
the DISCBIO
object. Ignored if `type="order"`.
String of characters representing the title of the plot. Default is
NULL and the first element of g
is chosen. Ignored if
`type="order"`.