shapeDiffCon-class(cosmo)
shapeDiffCon-class()所属R语言包:cosmo
Class "shapeDiffCon" ~~~
类“shapeDiffCon”~~~
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class defines a global constraint for the bounds of the difference of the information content at two interval extremities.
这个类定义为全球范围的信息内容的差异在两个区间四肢约束。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new('shapeDiffCon',<br> int1 = ...., # Object of class character<br> int2 = ...., # Object of class character<br> lower = ...., # Object of class numeric<br> upper = ...., # Object of class numeric<br> ) or by: makeShapeDiffCon(<br> int1 = ...., # Object of class character<br> int2 = ...., # Object of class character<br> lower = ...., # Object of class numeric<br> upper = ...., # Object of class numeric<br> )
可以创建对象调用的形式 new('shapeDiffCon',参考 int1 = ...., # Object of class character参考 int2 = ...., # Object of class character参考 lower = ...., # Object of class numeric参考 upper = ...., # Object of class numeric参考 )或 makeShapeDiffCon(参考 int1 = ...., # Object of class character参考 int2 = ...., # Object of class character参考 lower = ...., # Object of class numeric参考 upper = ...., # Object of class numeric参考<X >
插槽----------Slots----------
int1: Object of class "character" designing the first interval and extremity of the constraint: the first character is the interval number, the second is the extremity: 'a' for beginning and 'b' for end
int1:Object类的"character"设计的第一区间和下肢的约束:第一个字符是区间数,第二个是下肢:开始和B为最终
int2: Object of class "character" designing the second interval and extremity of the constraint: the first character is the interval number, the second is the extremity: 'a' for beginning and 'b' for end
int2:Object类的"character"设计秒的时间间隔和约束下肢:第一个字符是区间数,第二个是下肢:开始和B为最终
lower: Object of class "numeric" matrix containing the lower bounds of the linear constraints junctions
lower:对象包含类"numeric"矩阵的下界路口线性约束
upper: Object of class "numeric" matrix containing the upper bounds of the linear constraints junctions
upper:对象包含类"numeric"矩阵的线性约束路口的上限
方法----------Methods----------
No methods defined with class "linCon" in the signature.
没有任何方法定义类的“林肯”签名。
注意----------Note----------
The constraints is so that: lower <= Information content at int1 - Information content at int2 <= upper.
的限制是这样:低<= INT1信息内容 - 信息内容在INT2 <=上限。
The 'makeShapeDiffCon' will build an object of class "shapeDiffCon" given the int1, int2, lower and upper values.
makeShapeDiffCon“将建立一个类的对象"shapeDiffCon" INT1,INT2,下限和上限的值。
作者(S)----------Author(s)----------
Fabian Gallusser, <a href="mailto:fgallusser@berkeley.edu">fgallusser@berkeley.edu</a>
参见----------See Also----------
shapeCon, subMotifCon, posFreqCon, boundCon, palCon makeConSet
shapeCon,subMotifCon,posFreqCon,boundCon,palConmakeConSet
举例----------Examples----------
makeShapeDiffCon(int1="1b", int2="2a", lower=0.2, upper=0.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|