]> git.donarmstrong.com Git - rsem.git/blobdiff - EBSeq/man/PlotPattern.Rd
Included EBSeq for downstream differential expression analysis
[rsem.git] / EBSeq / man / PlotPattern.Rd
diff --git a/EBSeq/man/PlotPattern.Rd b/EBSeq/man/PlotPattern.Rd
new file mode 100644 (file)
index 0000000..9b13845
--- /dev/null
@@ -0,0 +1,43 @@
+\name{PlotPattern}
+\alias{PlotPattern}
+%- Also NEED an '\alias' for EACH other topic documented here.
+\title{
+Visualize the patterns
+}
+\description{
+visualize the patterns
+}
+\usage{
+PlotPattern(PosParti)
+}
+%- maybe also 'usage' for other objects documented here.
+\arguments{
+  \item{PosParti}{
+The output of GetPatterns function.
+}
+
+}
+\details{
+%%  ~~ If necessary, more details than the description above ~~
+}
+\value{
+A heatmap to visualize the patterns of interest.
+}
+\references{
+}
+\author{
+Ning Leng
+}
+
+%% ~Make other sections like Warning with \section{Warning }{....} ~
+
+\seealso{
+}
+\examples{
+Conditions=c("C1","C1","C2","C2","C3","C3")
+PosParti=GetPatterns(Conditions)
+PlotPattern(PosParti)
+}
+% Add one or more standard keywords, see file 'KEYWORDS' in the
+% R documentation directory.
+\keyword{ }