flowgramBarplot(R453Plus1Toolbox)
flowgramBarplot()所属R语言包:R453Plus1Toolbox
Create A Barplot Of The Flow Intensities
创建一个流强度Barplot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function creates a barplot of the flow intensities with one bar for each nucleotide in the flow. With the height giving the measured intensity.
这个函数创建一个流中的每个核苷酸的条形流强度barplot。使测得的强度与高度。
用法----------Usage----------
flowgramBarplot(x, range=c(0, length(flowgram(x))), xlab="Flow sequence",
ylab="Flow intensity", col=c(A="black", C="red", G="blue", T="green"), ...)
参数----------Arguments----------
参数:x
An object of class SFFRead.
对象类SFFRead。
参数:range
Two positions between which the flows should be plotted.
两个之间的流动,应绘制的位置。
参数:xlab
The X axis label.
X轴的标签。
参数:ylab
The Y axis label.
Y轴的标签。
参数:col
The colors in which the four nucleotids should be plotted.
颜色应该被绘制在这四个nucleotids。
参数:...
Arguments to be passed to methods, such as graphical parameters (see "par").
参数被传递到方法,如图形参数(见“面值”)。
作者(S)----------Author(s)----------
Christian Ruckert
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|