]> git.donarmstrong.com Git - rsem.git/blob - EBSeq/man/GetPP.Rd
Included EBSeq for downstream differential expression analysis
[rsem.git] / EBSeq / man / GetPP.Rd
1 \name{GetPP}
2 \alias{GetPP}
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 DE of each transcript based on the EBTest output.
9 }
10 \usage{
11 GetPP(EBout)
12 }
13 %- maybe also 'usage' for other objects documented here.
14 \arguments{
15   \item{EBout}{
16 The output of EBTest function.
17 }
18
19 }
20 \details{
21 %%  ~~ If necessary, more details than the description above ~~
22 }
23 \value{
24 The poster probabilities of being DE.
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 ##---- Should be DIRECTLY executable !! ----
38 ##-- ==>  Define data, use random,
39 ##--    or do  help(data=index)  for the standard data sets.
40
41 ## The function is currently defined as
42 }
43 % Add one or more standard keywords, see file 'KEYWORDS' in the
44 % R documentation directory.
45 \keyword{ Posterior Probability }