]> git.donarmstrong.com Git - rsem.git/blob - EBSeq/man/LikefunMulti.Rd
Included EBSeq for downstream differential expression analysis
[rsem.git] / EBSeq / man / LikefunMulti.Rd
1 \name{LikefunMulti}
2 \alias{LikefunMulti}
3 %- Also NEED an '\alias' for EACH other topic documented here.
4 \title{
5 Likelihood Function of the NB-Beta Model
6 }
7 \description{
8 %%  ~~ A concise (1-5 lines) description of what the function does. ~~
9 }
10 \usage{
11 LikefunMulti(ParamPool, InputPool)
12 }
13 %- maybe also 'usage' for other objects documented here.
14 \arguments{
15   \item{ParamPool}{
16 %%     ~~Describe \code{ParamPool} here~~
17 }
18   \item{InputPool}{
19 %%     ~~Describe \code{InputPool} here~~
20 }
21 }
22 \details{
23 %%  ~~ If necessary, more details than the description above ~~
24 }
25 \value{
26 %%  ~Describe the value returned
27 %%  If it is a LIST, use
28 %%  \item{comp1 }{Description of 'comp1'}
29 %%  \item{comp2 }{Description of 'comp2'}
30 %% ...
31 }
32 \references{
33 %% ~put references to the literature/web site here ~
34 }
35 \author{
36 %%  ~~who you are~~
37 }
38 \note{
39 %%  ~~further notes~~
40 }
41
42 %% ~Make other sections like Warning with \section{Warning }{....} ~
43
44 \seealso{
45 %% ~~objects to See Also as \code{\link{help}}, ~~~
46 }
47 \examples{
48 }
49 % Add one or more standard keywords, see file 'KEYWORDS' in the
50 % R documentation directory.