makeBoundCon              package:cosmo              R Documentation

_C_o_n_s_t_r_u_c_t_i_n_g _a _b_o_u_n_d _c_o_n_s_t_r_a_i_n_t

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

     makeBoundCon(lower, upper)

_A_r_g_u_m_e_n_t_s:

   lower: 'numeric' the lower bound on the information content

   upper: 'numeric' the upper bound on the information content

_V_a_l_u_e:

     An object of class 'boundCon'.

_A_u_t_h_o_r(_s):

     Fabian Gallusser, fgallusser@berkeley.edu

_S_e_e _A_l_s_o:

     'boundCon', 'subMotifCon', 'posFreqCon', 'shapeCon',
     'shapeDiffCon', 'palCon'

_E_x_a_m_p_l_e_s:

     bc <- makeBoundCon(1.0, 2.0)

