makeBoundCon {cosmo} | R Documentation |
This function constructs a texttt{boundCon} object representing a constraint on the unknown position weight matrix that requires the information content to be bounded between a given lower bound and a given upper bound.
makeBoundCon(lower, upper)
lower |
numeric the lower bound on the information content |
upper |
numeric the upper bound on the information content |
An object of class texttt{boundCon}.
Fabian Gallusser, fgallusser@berkeley.edu
boundCon
, subMotifCon
, posFreqCon
, shapeCon
, shapeDiffCon
, palCon
bc <- makeBoundCon(1.0, 2.0)