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

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

[复制链接]
发表于 2012-2-26 07:51:46 | 显示全部楼层 |阅读模式
replaceAboveCutOff(NormqPCR)
replaceAboveCutOff()所属R语言包:NormqPCR

                                         Replace Ct values with new value
                                         Ct值替换为新的价值

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

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

Replace Ct values above a given threshold with a new value
用新值替换一个给定的阈值以上的CT值


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


replaceAboveCutOff(qPCRBatch, ...)

## S4 method for signature 'qPCRBatch'
replaceAboveCutOff(qPCRBatch, newVal=NA, cutOff=38)



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

参数:qPCRBatch
Expression set containing qPCR data.  
qPCR数据设置的表达。


参数:...
Extra arguments, detailed below  
额外的参数,下面详细介绍


参数:newVal
The new value with which to replace the values above the cutoff  
新的价值,用以取代高于截止值


参数:cutOff
the minimal threshold above which the values will be replaced  
最小阈值高于该值将被替换


Details

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

Replaces values in the exprs slot of the qPCRBatch object that are above a threshold value with a new number
替换在qPCRBatch对象的exprs插槽上面有一个新的数字阈值的值


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

qPCRBatch object with a new exprs slot
qPCRBatch对象与一个新exprs插槽


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


James Perkins <a href="mailto:jperkins@biochem.ucl.ac.uk">jperkins@biochem.ucl.ac.uk</a>



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


  path <- system.file("exData", package = "NormqPCR")
  taqman.example <- file.path(path, "example.txt")
  qPCRBatch.taqman <- read.taqman(taqman.example)
  exprs(qPCRBatch.taqman)["Ccl20.Rn00570287_m1",]
  qPCRBatch.taqman.replaced <- replaceAboveCutOff(qPCRBatch.taqman, newVal = NA, cutOff = 35)
  exprs(qPCRBatch.taqman.replaced)["Ccl20.Rn00570287_m1",]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-2 19:03 , Processed in 0.029633 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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