normalizeMainEffectTemplate(RNAinteract)
normalizeMainEffectTemplate()所属R语言包:RNAinteract
normalize template main effect
规范模板的主要作用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Normalize for a spatial main effect of the template genes.
空间模板基因的主要作用的标准化。
用法----------Usage----------
normalizeMainEffectTemplate(sgi, screen = NULL, channel = NULL)
参数----------Arguments----------
参数:sgi
An object of class RNAinteract.
对象类RNAinteract。
参数:screen
The name of the screen in which the normalization should be applied. If screen = NULL, the normalization is applied on all screens.
的标准化,应适用于在该屏幕的名称。如果screen = NULL标准化适用于所有屏幕上。
参数:channel
The name of the channel in which the normalization should be applied. If channel = NULL, the normalization is applied on all channels.
的标准化,应适用于在该通道的名称。如果channel = NULL,标准化是适用于所有通道。
Details
详情----------Details----------
Normalizing the query main effect does not influence the estimation of the pairwise interaction term.
规范查询的主要作用,不影响成对的交互项的估计。
值----------Value----------
An object of class RNAinteract.
对象类RNAinteract。
作者(S)----------Author(s)----------
Bernd Fischer
参见----------See Also----------
RNAinteract-package
RNAinteract-package
举例----------Examples----------
data("sgi")
sgi <- normalizeMainEffectTemplate(sgi)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|