]> git.donarmstrong.com Git - rsem.git/blob - EBSeq/man/PlotPattern.Rd
Included EBSeq for downstream differential expression analysis
[rsem.git] / EBSeq / man / PlotPattern.Rd
1 \name{PlotPattern}
2 \alias{PlotPattern}
3 %- Also NEED an '\alias' for EACH other topic documented here.
4 \title{
5 Visualize the patterns
6 }
7 \description{
8 visualize the patterns
9 }
10 \usage{
11 PlotPattern(PosParti)
12 }
13 %- maybe also 'usage' for other objects documented here.
14 \arguments{
15   \item{PosParti}{
16 The output of GetPatterns function.
17 }
18
19 }
20 \details{
21 %%  ~~ If necessary, more details than the description above ~~
22 }
23 \value{
24 A heatmap to visualize the patterns of interest.
25 }
26 \references{
27 }
28 \author{
29 Ning Leng
30 }
31
32 %% ~Make other sections like Warning with \section{Warning }{....} ~
33
34 \seealso{
35 }
36 \examples{
37 Conditions=c("C1","C1","C2","C2","C3","C3")
38 PosParti=GetPatterns(Conditions)
39 PlotPattern(PosParti)
40 }
41 % Add one or more standard keywords, see file 'KEYWORDS' in the
42 % R documentation directory.
43 \keyword{ }