]> git.donarmstrong.com Git - rsem.git/blob - EBSeq/man/GetPatterns.Rd
Included EBSeq for downstream differential expression analysis
[rsem.git] / EBSeq / man / GetPatterns.Rd
1 \name{GetPatterns}
2 \alias{GetPatterns}
3 %- Also NEED an '\alias' for EACH other topic documented here.
4 \title{
5 Generate all possible patterns in multiple condtion study
6 }
7 \description{
8 Generate all possible patterns in multiple condtion study
9 }
10 \usage{
11 GetPatterns(Conditions)
12 }
13 %- maybe also 'usage' for other objects documented here.
14 \arguments{
15   \item{Conditions}{
16 The names of the Conditions in the study
17 }
18
19 }
20 \details{
21 %%  ~~ If necessary, more details than the description above ~~
22 }
23 \value{
24 A matrix describe all possible patterns. 
25
26 }
27 \references{
28 }
29 \author{
30 Ning Leng
31 }
32
33 %% ~Make other sections like Warning with \section{Warning }{....} ~
34
35 \seealso{
36 }
37 \examples{
38 ##---- Should be DIRECTLY executable !! ----
39 ##-- ==>  Define data, use random,
40 ##--    or do  help(data=index)  for the standard data sets.
41
42 ## The function is currently defined as
43 }
44 % Add one or more standard keywords, see file 'KEYWORDS' in the
45 % R documentation directory.
46 \keyword{ }