computeZoneIInfo (sscore)
computeZoneIInfo ()所属R语言包:sscore
Compute zone background and noise
计算区域的背景和噪声
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the background and noise for a given zone of a single Affymetrix GeneChip
计算为一个单一的Affymetrix基因区的背景和噪声
用法----------Usage----------
computeZoneIInfo(ZoneInfo, NumberBGCells)
参数----------Arguments----------
参数:ZoneInfo
vector of intensities in a given zone
在某一区域的强度矢量
参数:NumberBGCells
number of background cells for the GeneChip
背景单元的基因芯片
Details
详情----------Details----------
Calculates background and noise for a zone using the algorithms described in the Affymetrix Statistical Algorithms Description Document. This is an internal function that will generally not be accessed directly.
计算使用Affymetrix公司的统计算法描述文件中所描述的算法区的背景和噪声。这是一个内部函数,一般不会直接访问。
值----------Value----------
computeZoneIInfo returns a list containing the following components:
computeZoneIInfo返回一个列表,其中包含以下组件:
参数:background
background value for the given zone
为给定区域的背景值
参数:noise
noise value for the given zone
为给定区域的噪声值
注意----------Note----------
Based on Affymetrix MAS5 Statistical SDK source code http://www.affymetrix.com/Auth/support/developer/stat_sdk/STAT_SDK_source.zip,
基于Affymetrix公司MAS5统计SDK源代码http://www.affymetrix.com/Auth/support/developer/stat_sdk/STAT_SDK_source.zip的,
作者(S)----------Author(s)----------
Richard Kennedy <a href="mailto:rkennedy@vcu.edu">rkennedy@vcu.edu</a>
参考文献----------References----------
Inc., Santa Clara, CA, whitepaper. http://www.affymetrix.com/support/technical/whitepapers/sadd_whitepaper.pdf
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|