mbcb.gui(MBCB)
mbcb.gui()所属R语言包:MBCB
MBCB - Model-Based Background Correction for Illumina Beadarray
MBCB - Illumina公司Beadarray基于模型的背景校正
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This file provides the Graphical-User-Interface for the MBCB package.
此文件提供为MBCB包的图形用户界面。
用法----------Usage----------
mbcb.gui()
值----------Value----------
This GUI will allow you to easily input data files and a negative-control file and will output a log2-transformed background-corrected file.
这个GUI可以让你轻松输入数据文件和负控制文件,将输出的log2转化的背景校正文件。
注意----------Note----------
The input files should be tab-delimited files in the following form:<br><br> <VAR>signal.txt</VAR><br>
输入文件应该以下列形式:参考参考<VAR> signal.txt </变更>参考制表符分隔的文件
作者(S)----------Author(s)----------
Yang Xie <a href="mailto: Yang.Xie@UTSouthwestern.edu"> Yang.Xie@UTSouthwestern.edu</a>, Min Chen <a href="mailto: min.chen@phd.mccombs.utexas.edu"> min.chen@phd.mccombs.utexas.edu</a>, Jeff Allen <a href="mailto: Jeffrey.Allen@UTSouthwestern.edu"> Jeffrey.Allen@UTSouthwestern.edu</a>
参见----------See Also----------
mbcb.main
mbcb.main
举例----------Examples----------
data(MBCBExpressionData)
#create files from the data provided in this package in the current directory[在当前目录中创建此包中提供的数据文件]
write.table(expressionSignal, 'signal.txt', sep="\t");
write.table(negativeControl, 'negative.control.txt', sep="\t");
#open the GUI; you can use the files just created as input for the signal and[打开GUI,您可以使用刚才创建的文件作为输入信号,并]
# negative control files.[阴性对照文件。]
mbcb.gui();
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|