makePalCon(cosmo)
makePalCon()所属R语言包:cosmo
Constructing a palindromic constraint
构建回文约束的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function constructs a palCon object representing a constraint on the unknown position weight matrix that requires the two intervals to be palindromes of each other.
这个函数构造一个palCon对象代表一个未知的位置权重矩阵,需要两个区间是相互的回文约束。
用法----------Usage----------
makePalCon(int1, int2, errBnd)
参数----------Arguments----------
参数:int1
numeric the first interval
numeric第一区间
参数:int2
numeric the second interval
numeric秒的时间间隔
参数:errBnd
numeric bound on how much corresponding nucleotide frequency are allowed to deviate from each other
numeric多少相应的核苷酸频率允许偏离相互约束
值----------Value----------
An object of class palCon.
对象类palCon。
作者(S)----------Author(s)----------
Fabian Gallusser, <a href="mailto:fgallusser@berkeley.edu">fgallusser@berkeley.edu</a>
参见----------See Also----------
boundCon, subMotifCon, palCon, posFreqCon, shapeDiffCon, palCon
boundCon,subMotifCon,palCon,posFreqCon,shapeDiffCon,palCon
举例----------Examples----------
pfc <- makePalCon(1, 3, 0.05)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|