maTwoSamples(marray)
maTwoSamples()所属R语言包:marray
Changing signs for two sample analysis
改变标志的两个样品分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Taking target file information and flip the dye swaps experiments.
以目标文件的信息和翻转染料互换的实验。
用法----------Usage----------
maTwoSamples(targetfile, normdata, Trt, Ctl, targetID = "TargetName", slidesID = "Slides", dyesID = "Dyes", RedID = 5, path = ".", output = TRUE)
参数----------Arguments----------
参数:targetfile
A data.frame containing target samples information.
数据框包含目标样本信息。
参数:normdata
A R object of class 'marrayNorm'
的R对象类的marrayNorm“
参数:Trt
A character string representing "treatment" sample.
一个字符串,代表“治疗”的样本。
参数:Ctl
A character string representing "controls" sample.
一个字符串,代表“控制”的样本。
参数:targetID
A character string representing the column name in 'targetfile' containing target samples information.
一个字符串,代表在“目标文件”包含的目标样本信息的列名。
参数:slidesID
A character string representing the column name in 'targetfile' containing the slide label.
一个字符串列名代表在“目标文件”包含幻灯片标签。
参数:dyesID
A character string representing the column name in 'targetfile' containing dye labeled information.
一个字符串列名代表在“目标文件含有染料标记的信息。
参数:RedID
The character use to represent the Cy5 dye.
使用的字符代表Cy5染料。
参数:path
A character string representing the data directory. By default this is set to the current working directory (".").
一个字符串表示的数据目录。默认情况下,这是设置为当前工作目录(“。”)。
参数:output
Save and tab delimited file
保存和制表符分隔的文件
值----------Value----------
An objects of 'marrayNorm' with the dye assignment adjusted.
marrayNorm染料转让调整的对象。
作者(S)----------Author(s)----------
Yee Hwa (Jean) Yang
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|