makeBoundCon(cosmo)
makeBoundCon()所属R语言包:cosmo
Constructing a bound constraint
构建一个边界约束
译者:生物统计家园网 机器人LoveR
描述----------Description----------
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.
这个函数构造一个boundCon对象代表一个未知的,需要的信息内容之间的一个给定的下限,势必给定上界的位置权重矩阵约束。
用法----------Usage----------
makeBoundCon(lower, upper)
参数----------Arguments----------
参数:lower
numeric the lower bound on the information content
numeric下界上的信息内容
参数:upper
numeric the upper bound on the information content
numeric信息内容的上限
值----------Value----------
An object of class boundCon.
对象类boundCon。
作者(S)----------Author(s)----------
Fabian Gallusser, <a href="mailto:fgallusser@berkeley.edu">fgallusser@berkeley.edu</a>
参见----------See Also----------
boundCon, subMotifCon, posFreqCon, shapeCon, shapeDiffCon, palCon
boundCon,subMotifCon,posFreqCon,shapeCon,shapeDiffCon,palCon
举例----------Examples----------
bc <- makeBoundCon(1.0, 2.0)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|