plot-BindScore(ChIPseqR)
plot-BindScore()所属R语言包:ChIPseqR
Diagnostic Plots for Binding Site Scores
结合位点的分数的诊断图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates plots to assess the fit of the estimated null distribution.
产生评估适合的估计空分布图。
用法----------Usage----------
## S4 method for signature 'BindScore,missing'
plot(x, npoints = 10000, type=c("density", "qqplot"), ...)
参数----------Arguments----------
参数:x
An object of class BindScore.
对象类BindScore。
参数:npoints
Maximum number of points to plot in a QQ-plot.
最大数量的点绘制一个QQ图。
参数:type
Character string indicating the plot type.
字符串表示的图类型。
参数:...
Further arguments (currently ignored).
(目前忽略)进一步论据。
Details
详情----------Details----------
Type "density" produces a histogram of binding site scores with overlaid null distribution. Type "qqplot" produces a normal QQ-plot comparing the observed binding site scores to the null distribution.
类型密度产生一个结合位点的分数与覆盖空分布的直方图。类型qqplot产生一个正常的QQ图,空分布比较观测到的结合位点的分数。
值----------Value----------
Called for its side effect.
呼吁其副作用。
作者(S)----------Author(s)----------
Peter Humburg
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|