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