replaceNAs(NormqPCR)
replaceNAs()所属R语言包:NormqPCR
Replace NAs with a given value
替换一个给定值的NAS
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Replace NAs with a given value
替换一个给定值的NAS
用法----------Usage----------
replaceNAs(qPCRBatch, ...)
## S4 method for signature 'qPCRBatch'
replaceNAs(qPCRBatch, newNA)
参数----------Arguments----------
参数:qPCRBatch
Expression set containing qPCR data.
qPCR数据设置的表达。
参数:...
Extra arguments, detailed below
额外的参数,下面详细介绍
参数:newNA
The new value to replace the NAs with
新的价值,以取代NAS
Details
详情----------Details----------
Replaces NA values in the exprs slot of the qPCRBatch object with a given number
替换exprs插槽的qPCRBatch对象与一个给定的数字NA值
值----------Value----------
qPCRBatch object with a new exprs slot
新exprs插槽qPCRBatch对象
作者(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)
qPCRBatch.taqman.replaced <- replaceNAs(qPCRBatch.taqman, newNA = 40)
exprs(qPCRBatch.taqman.replaced)["Ccl20.Rn00570287_m1",]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|