spkDensity(spkTools)
spkDensity()所属R语言包:spkTools
Spike-in Density Plot
穗中密度图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A density plot of the non-spike-in expression with a rug of the average expression at each spike-in level.
的密度每穗水平的平均表达地毯的非穗中表达的图。
用法----------Usage----------
spkDensity(object, spkSlopeOut, cuts=TRUE, label = NULL, ...)
参数----------Arguments----------
参数:object
a SpikeInExpressionSet object
1 SpikeInExpressionSet对象
参数:spkSlopeOut
the output from the spkSlope function
从spkSlope函数的输出
参数:cuts
if TRUE vertical lines are drawn at the expression values separating low vs medium and medium vs high ALE strata
如果真正的垂直线绘制的表达,分离值低与中等和中等与高的ALE阶层
参数:label
a character string to insert into the plot title
一个字符串插入到图的标题
参数:...
arguments passed to the plot function
参数传递给绘图功能
Details
详情----------Details----------
This function requires the output of spkSlope.
此功能需要输出spkSlope。
值----------Value----------
Density plot is produced.
产生密度图。
作者(S)----------Author(s)----------
Matthew N. McCall
举例----------Examples----------
data(affy)
affySlope <- spkSlope(affy)
spkDensity(affy,affySlope)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|