File: GetPatterns.Rd

package info (click to toggle)
r-bioc-ebseq 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,956 kB
  • sloc: cpp: 1,334; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (6)
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
\name{GetPatterns}
\alias{GetPatterns}
\title{
Generate all possible patterns in a multiple condition study
}
\description{
'GetPatterns' generates all possible patterns in a multiple condition study.
}
\usage{
GetPatterns(Conditions)
}
\arguments{
  \item{Conditions}{The names of the Conditions in the study.}
}

\value{A matrix describe all possible patterns. }

\references{
Ning Leng, John A. Dawson, James A. Thomson, Victor Ruotti, Anna I. Rissman, Bart M.G. Smits, Jill D. Haag, Michael N. Gould, Ron M. Stewart, and Christina Kendziorski. EBSeq: An empirical Bayes hierarchical model for inference in RNA-seq experiments. Bioinformatics (2013)
}

\author{
Ning Leng
}

\examples{
Conditions = c("C1","C1","C2","C2","C3","C3")
PosParti = GetPatterns(Conditions)
}