[28e211]: / man / PlotMBpca.Rd

Download this file

31 lines (27 with data), 941 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/PlotMBpca.R
\name{PlotMBpca}
\alias{PlotMBpca}
\title{Plotting pseudo-time ordering or gene expression in Model-based
clustering in PCA}
\usage{
PlotMBpca(object, type = "order", g = NULL, n = NULL)
}
\arguments{
\item{object}{\code{DISCBIO} class object.}
\item{type}{either `order` to plot pseudo-time ordering or `exp` to plot gene
expression}
\item{g}{Individual gene name or vector with a group of gene names
corresponding to a subset of valid row names of the \code{ndata} slot of
the \code{DISCBIO} object. Ignored if `type="order"`.}
\item{n}{String of characters representing the title of the plot. Default is
NULL and the first element of \code{g} is chosen. Ignored if
`type="order"`.}
}
\value{
A plot of the PCA.
}
\description{
The PCA representation can either be used to show pseudo-time
ordering or the gene expression of a particular gene.
}