frequencyPlot(CGHbase)
frequencyPlot()所属R语言包:CGHbase
Visualization of aCGH regions.
aCGH区域的可视化。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a frequency plot for aCGH regions.
这个函数创建一个aCGH区域的频率图。
用法----------Usage----------
frequencyPlot(x, y, ...)
参数----------Arguments----------
参数:x
An object of class cghRegions.
对象类cghRegions。
参数:y
This argument is not used and should be missing.
这种说法是不使用,应丢失。
参数:...
Arguments plot.
参数plot的。
Details
详情----------Details----------
We find plotted on the x-axis the array probes sorted by chromosomal position. The vertical bars represent the frequency of gains and losses across your samples. The black bars represent gains, the gray bars represent losses.
我们发现绘制在x轴的染色体位置排序阵探针。竖线代表整个样品的收益和损失的频率。黑网吧代表收益,灰度条代表损失。
值----------Value----------
This function creates a plot.
这个函数创建一个图。
作者(S)----------Author(s)----------
Mark van de Wiel and Sjoerd Vosse
参考文献----------References----------
with Minimal Information Loss. Cancer Informatics, 2, 55-63.
举例----------Examples----------
## Not run: [#无法运行:]
data(WiltingRegions)
frequencyPlot(WiltingRegions)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|