makeBoundCon {cosmo} | R Documentation |
This function constructs a 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 boundCon
.
Fabian Gallusser, fgallusser@berkeley.edu
boundCon
, subMotifCon
, posFreqCon
, shapeCon
, shapeDiffCon
, palCon
bc <- makeBoundCon(1.0, 2.0)