plot(cn.mops)
plot()所属R语言包:cn.mops
Plots a CNVDetectionResult
绘制CNVDetectionResult
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots read counts, call values and CNV calls in an identified CNV region.
图读计数,呼叫值和CNV的检测在一个确定的CNV区域。
用法----------Usage----------
## S4 method for signature 'CNVDetectionResult,missing'
plot(x,
which,margin=c(10,10),toFile=FALSE)
参数----------Arguments----------
参数:x
An instance of "CNVDetectionResult"
“CNVDetectionResult”的一个实例
参数:which
The index of the CNV region to be plotted.
要绘制的CNV区域指数。
参数:margin
Vector of two positive integers that states how many segments left and right of the CNV region should be included in the plot. Default = c(10,10).
两个正整数,多少段留下的CNV区域权的向量,应包括在图。默认值= C(10,10)。
参数:toFile
Logical value whether the output should be plotted to a file. Default = FALSE.
输出是否应该被绘制到一个文件中的逻辑值。默认= FALSE。
值----------Value----------
Generates a CNV calling plot.
生成一个CNV的通话图。
作者(S)----------Author(s)----------
Guenter Klambauer <a href="mailto:klambauer@bioinf.jku.at">klambauer@bioinf.jku.at</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|