makeBoundCon {cosmo}R Documentation

Constructing a bound constraint

Description

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.

Usage

makeBoundCon(lower, upper)

Arguments

lower numeric the lower bound on the information content
upper numeric the upper bound on the information content

Value

An object of class texttt{boundCon}.

Author(s)

Fabian Gallusser, fgallusser@berkeley.edu

See Also

boundCon, subMotifCon, posFreqCon, shapeCon, shapeDiffCon, palCon

Examples

bc <- makeBoundCon(1.0, 2.0)

[Package cosmo version 1.8.0 Index]