estimateIntensity(lumi)
estimateIntensity()所属R语言包:lumi
Estimate intensity of Illumina methylation data
Illumina的甲基化数据的估计强度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Estimate intensity of Illumina methylation data, which is the sum of Illumina methylated and unmethylated probe intensities
Illumina的甲基化数据的估计强度,这是Illumina的甲基化和甲基化的探针强度的总和
用法----------Usage----------
estimateIntensity(methyLumiM, returnType=c("ExpressionSet", "matrix"))
参数----------Arguments----------
参数:methyLumiM
MethyLumiM-class object or eSet-class object, which include methylated and unmethylated probe intensities
MethyLumiM类对象或的ESET一流的对象,其中包括甲基化和甲基化的探针强度
参数:returnType
determine whether return an ExpressionSet or matrix object
确定是否返回ExpressionSet或矩阵对象
Details
详情----------Details----------
The Intensity basically is the sum of Illumina methylated and unmethylated probe intensities.
强度基本上是Illumina的甲基化和甲基化的探针强度的总和。
值----------Value----------
An ExpressionSet or matrix object of methylation Intensity-value
甲基化强度值ExpressionSet或矩阵对象
作者(S)----------Author(s)----------
Pan DU
参见----------See Also----------
See Also as estimateBeta and estimateM
另见estimateBeta和estimateM
举例----------Examples----------
data(example.lumiMethy)
methyLumiIntensity = estimateIntensity(example.lumiMethy)
boxplot(methyLumiIntensity)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|