-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoptimalRM.Rd
34 lines (26 loc) · 1.18 KB
/
optimalRM.Rd
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
30
31
32
33
34
\name{optimalRM}
\alias{optimalRM}
\title{ Extract wholes in the smaller incidence matrix}
\description{
Extract wholes in the smaller incidence matrix, which might be active in the optimal solution with respect to the bigger incidence matrix in the sequential approach introduced in the reference.
}
\usage{
optimalRM(xxbig, xx1, xx2)
}
\arguments{
\item{xxbig}{The bigger incidence matrix in the sequential approach.}
\item{xx1}{The smaller incidence matrix in the sequential approach.}
\item{xx2}{The difference incidence matrix between xxbig and xx1.}
}
\details{
In the sequential approach, we need to extract some other wholes in the smaller incidence matrix besides the active ones, which are already identified by the ILP calculation. See reference for details. This function will be invoked in \code{sequentialRM}.
}
\value{
Return a logical vector with the length of the number of columns of xx1.
}
\references{Zhishi W., Qiuling H., Bret L. and Michael N.: A multi-functional analyzer uses parameter constaints to improve the efficiency of model-based gene-set analysis (2013).}
\seealso{\code{sequentialRM}}
\author{ Zhishi Wang, Michael Newton, Subhrangshu Nandi}
%\examples{
%
%}