trim(RNAither)
trim()所属R语言包:RNAither
Compute the replicate mean with trimmed values
计算复制与修整值平均
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the mean of replicate values, omitting the highest and the lowest 5
计算重复值的平均值,省略了最高和最低的5
用法----------Usage----------
trim(Ivec, na.rm = T)
参数----------Arguments----------
参数:Ivec
All channel values for a specific siRNA/gene
对于一个特定的siRNA /基因的所有通道值
参数:na.rm
Removes NA values
删除不适用的值
值----------Value----------
A double giving the trimmed mean of the given replicate values, i.e. omitting the highest and the lowest 5
双修剪给定的复制值平均,即省略了最高和最低的5
参见----------See Also----------
rms, closestToZero, furthestFromZero, summarizeReps, summarizeRepsNoFiltering
rms,closestToZero,furthestFromZero,summarizeReps,summarizeRepsNoFiltering
举例----------Examples----------
data(exampleHeader, package="RNAither")
data(exampleDataset, package="RNAither")
Indexes <- findReplicates(dataset, "GeneName", "CPSF1")
replicatemean <- trim(dataset$SigIntensity[Indexes])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|