plotCtHistogram(HTqPCR)
plotCtHistogram()所属R语言包:HTqPCR
Histrogram of Ct values from qPCR experiments.
Histrogram的qPCR实验CT值。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The distribution of Ct values for a selected qPCR sample is shown in a histogram.
选定的qPCR样本Ct值分布在直方图显示。
用法----------Usage----------
plotCtHistogram(q, card = 1, xlab = "Ct", col, main, n = 30, ...)
参数----------Arguments----------
参数:q
an object of class qPCRset.
对象类qPCRset。
参数:card
integer, the number of the card (sample) to plot.
整数,绘图卡数(样本)。
参数:xlab
character string, the label for the x-axis.
字符串,x轴的标签。
参数:col
integer or character, the colour for the histogram.
整数或字符,颜色直方图。
参数:main
character string, the plot title. Default is the name of the sample.
字符串,图称号。默认为样本的名称。
参数:n
integer, number of bins to divide the Ct values into.
整数,垃圾箱的数量来划分Ct值。
参数:...
any other arguments are passed to hist.
任何其他的参数被传递到hist。
值----------Value----------
A figure is generated in the current graphics device.
在当前图形设备生成一个数字。
作者(S)----------Author(s)----------
Heidi Dvinge
参见----------See Also----------
plotCtDensity or plotCtBoxes for including multiple samples in the same plot.
plotCtDensity或plotCtBoxes包括在同一小区的多个样品。
举例----------Examples----------
# Load example data[加载示例数据]
data(qPCRraw)
# Create the plots[创建图]
plotCtHistogram(qPCRraw, card=2)
plotCtHistogram(qPCRraw, card=3, n=50, col="blue")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|