constraintBuilder(cosmoGUI)
constraintBuilder()所属R语言包:cosmoGUI
GUI assistance for constructing constraint sets
GUI援助建设的约束集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This command opens a series of user-friendly pop-up windows that will help the user adapt sample constraints or build new constraints from scratch.
此命令将打开一系列用户友好的弹出窗口,这将有助于用户适应样本的限制,或从头开始建立新的约束。
用法----------Usage----------
constraintBuilder()
Details
详情----------Details----------
There are five sample constraints the user can modify: ICstep (the information content is a constant across the intervals), ICbound (the information content is bounded across each interval, V-shaped (the information content follows a symetric and continuous high-low-high), A-shaped (the information content follows a symetric and continuous low-high-low), Submotif (a segment of the motif is known).) The uiser also has the option of building a constraint set from scratch. The user will then be taken through a step-by-step construction (interval setup, palindromic intervals constraints, information content constraints, nucleotide frequencies constraints and submotif constraints.)
有5个样本的限制,用户可以修改:ICstep(信息内容是不断跨越的间隔),ICbound(信息内容范围跨越每个时间间隔,V形(信息内容如下1对称的和持续的高 - 低 - 高点),A型(信息内容如下1对称的和持续的低 - 高 - 低),Submotif(被称为细分主题)。)uiser也有建设从头开始设置一个约束的选项。然后,用户将通过循序渐进的方式逐步建设(间隔设置,回文的时间间隔的限制,信息内容的限制,约束核苷酸频率和submotif约束)。
值----------Value----------
The function returns an object of class constraint set, which can be passed to cosmo() as the constraints argument or plotted using the plot() function.
该函数返回一个对象类constraint set,这可以通过cosmo()constraints参数或绘制使用plot()功能。
作者(S)----------Author(s)----------
Fabian Gallusser, <a href="mailto:fgallusser@berkeley.edu">fgallusser@berkeley.edu</a>
举例----------Examples----------
#cs <- constraintBuilder()[CS < - constraintBuilder()]
#plot(cs)[图(CS)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|