intcorDens(MergeMaid)
intcorDens()所属R语言包:MergeMaid
plot of density functions of integrative correlations
一体化相关的密度函数的积
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a mergeExpressionSet, this function calculates and plots the density function of the approximate integrative correlations, as well as densities for the "null distributions" obtained by randomly permuting sample IDs.
给予mergeExpressionSet,这个函数计算和绘图的随机置换样品ID得到的“空分布密度函数的近似一体化的相关性,以及密度。
用法----------Usage----------
intcorDens(x,method,...)
参数----------Arguments----------
参数:x
Object of class mergeExpressionSet.
对象类mergeExpressionSet。
参数:method
The available method to use is "pearson".
使用可用的方法是“培”。
参数:...
Graphical parameters to be passed to plot.
图形参数被传递到图。
Details
详情----------Details----------
Here we use the approximate method to calculate the integrative correlation.
在这里,我们使用近似的方法来计算的一体化相关。
值----------Value----------
The value is null. Returns a plot.
值是空的。返回一个图。
参见----------See Also----------
mergeExpressionSet-class,intCor,modelOutcome
mergeExpressionSet-class,intCor,modelOutcome
举例----------Examples----------
if(require(Biobase) & require(MASS)){
data(mergeData)
merged <-mergeExprs(sample1,sample2,sample3)
intcorDens(merged)
intcorDens(merged,cex.legend=1.5)
intcorDens(merged,lty=2)
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|