找回密码
 注册
查看: 600|回复: 0

R语言 beadarray包 backgroundCorrectSingleSection()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 12:38:47 | 显示全部楼层 |阅读模式
backgroundCorrectSingleSection(beadarray)
backgroundCorrectSingleSection()所属R语言包:beadarray

                                         Background correct an array-section
                                         背景纠正数组节

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Function to perform a basic bead-level background correction using a defined set of foreground and background intensities.
使用的前景和背景强度定义一个基本珠层次的背景校正功能来执行。


用法----------Usage----------


backgroundCorrectSingleSection(BLData, array = 1, fg="Grn", bg="GrnB", newName = "Grn.bc")



参数----------Arguments----------

参数:BLData
a beadLevelData object  
beadLevelData对象


参数:array
the number of the array-section to be corrected  
阵列节的数量予以纠正


参数:fg
the name under which the foreground intensities are stored  
在何种情况下存储的前景强度的名称


参数:bg
the name under which the background intensities are stored  
在何种情况下存储的背景强度的名称


参数:newName
Name to store the corrected intensities   
命名存储校正强度


Details

详情----------Details----------

This function takes two attributes of a bead-level object and returns that bead-level object with an additional attribute consisting of the difference of the other two. We anticipate this being used as a simple background correction step, returning the difference between foreground and background intensities to be used as the specific intensity associated with a bead.
此功能需要两个属性珠级别的对象和回报珠组成的其他两个不同的额外属性的对象。我们预计这被用来作为一个简单的背景校正步骤,返回被视为与珠关联的特定强度的前景和背景强度之间的差异。

Functions to perform more advanced background correction steps can easily be constructed after consideration of this function.
执行更先进的背景校正步骤的功能可以很容易地构造审议这一功能后。


值----------Value----------

beadLevelData object with modified beadData slot for the particular section
beadLevelData对象的特定部分改良beadData插槽


作者(S)----------Author(s)----------



Mark Dunning




举例----------Examples----------




## Not run: [#无法运行:]

if(require(beadarrayExampleData)){

  data(exampleBLData)

  head(exampleBLData[[1]])

  for(i in 1:2){
          exampleBLData = backgroundCorrectSingleSection(exampleBLData, array=i)
  }


  head(exampleBLData[[1]])

  } else {
  
  stop("You will need the beadarrayExampleData package to run this example")
}


## End(Not run)[#结束(不运行)]


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-24 11:40 , Processed in 0.026656 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表