shapeCon-class(cosmo)
shapeCon-class()所属R语言包:cosmo
Class "shapeCon"
类“shapeCon”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class defines a constraint concerning the evolution of the information content over an interval
这个类定义了一个约束有关的信息内容的时间间隔的演变
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new('shapeCon',<br> shape = ...., # Object of class character<br> sLower = ...., # Object of class numeric<br> sUpper = ...., # Object of class numeric<br> eLower = ...., # Object of class numeric<br> eUpper = ...., # Object of class numeric<br> error = ...., # Object of class numeric<br> ) or by: makeShapeCon(<br> shape = ...., # Object of class character<br> sLower = ...., # Object of class numeric<br> sUpper = ...., # Object of class numeric<br> eLower = ...., # Object of class numeric<br> eUpper = ...., # Object of class numeric<br> error = ...., # Object of class numeric<br> )
可以创建对象调用的形式 new('shapeCon',参考 shape = ...., # Object of class character参考 sLower = ...., # Object of class numeric参考 sUpper = ...., # Object of class numeric参考 eLower = ...., # Object of class numeric参考 eUpper = ...., # Object of class numeric参考 error = ...., # Object of class numeric参考 )或 makeShapeCon(参考 shape = ...., # Object of class character参考 sLower = ...., # Object of class numeric参考<X >参考 sUpper = ...., # Object of class numeric参考 eLower = ...., # Object of class numeric参考 eUpper = ...., # Object of class numeric参考 error = ...., # Object of class numeric
插槽----------Slots----------
shape: Object of class "character" This slot describes how the information content varies across the interval: 'Linear',
shape:Object类的"character"这个插槽介绍如何跨越间隔不同的信息内容:“线性”,
sLower: Object of class "numeric" starting lower bound
sLower:Object类的"numeric"开始下界
sUpper: Object of class "numeric" starting upper bound
sUpper:Object类的"numeric"开始上限
eLower: Object of class "numeric" ending lower bound
eLower:Object类的"numeric"结束下界
eUpper: Object of class "numeric" ending upper bound
eUpper:Object类的"numeric"结束上限
error: Object of class "numeric" error tolerated
error类"numeric"错误的对象的耐受性
方法----------Methods----------
No methods defined with class "shapeCon" in the signature.
没有任何方法定义类的“shapeCon”签名。
作者(S)----------Author(s)----------
Fabian Gallusser, <a href="mailto:fgallusser@berkeley.edu">fgallusser@berkeley.edu</a>
参见----------See Also----------
boundCon, subMotifCon, posFreqCon, shapeDiffCon, palCon makeConSet
boundCon,subMotifCon,posFreqCon,shapeDiffCon,palConmakeConSet
举例----------Examples----------
makeShapeCon("Monotone Increasing", sLower=0, sUpper=1, eLower=1.5,
eUpper=2, error=0.5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|