|
a |
|
b/man/PlotMBpca.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/PlotMBpca.R |
|
|
3 |
\name{PlotMBpca} |
|
|
4 |
\alias{PlotMBpca} |
|
|
5 |
\title{Plotting pseudo-time ordering or gene expression in Model-based |
|
|
6 |
clustering in PCA} |
|
|
7 |
\usage{ |
|
|
8 |
PlotMBpca(object, type = "order", g = NULL, n = NULL) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{object}{\code{DISCBIO} class object.} |
|
|
12 |
|
|
|
13 |
\item{type}{either `order` to plot pseudo-time ordering or `exp` to plot gene |
|
|
14 |
expression} |
|
|
15 |
|
|
|
16 |
\item{g}{Individual gene name or vector with a group of gene names |
|
|
17 |
corresponding to a subset of valid row names of the \code{ndata} slot of |
|
|
18 |
the \code{DISCBIO} object. Ignored if `type="order"`.} |
|
|
19 |
|
|
|
20 |
\item{n}{String of characters representing the title of the plot. Default is |
|
|
21 |
NULL and the first element of \code{g} is chosen. Ignored if |
|
|
22 |
`type="order"`.} |
|
|
23 |
} |
|
|
24 |
\value{ |
|
|
25 |
A plot of the PCA. |
|
|
26 |
} |
|
|
27 |
\description{ |
|
|
28 |
The PCA representation can either be used to show pseudo-time |
|
|
29 |
ordering or the gene expression of a particular gene. |
|
|
30 |
} |