plotCtDensity(HTqPCR)
plotCtDensity()所属R语言包:HTqPCR
Distribution plot for qPCR Ct values.
定量PCR的Ct值的分布图。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function for plotting the density distribution of Ct values from high-throughput qPCR data.
为绘制Ct值高通量qPCR数据的密度分布函数。
用法----------Usage----------
plotCtDensity(q, cards = TRUE, xlab = "Ct", ylab = "Density", col, main = NULL, legend = TRUE, lwd = 2, ...)
参数----------Arguments----------
参数:q
object of class qPCRset.
对象类qPCRset。
参数:cards
vector, the numbers of the cards to plot. Defaults to TRUE = all cards.
向量,卡的数量来绘制。默认为TRUE =所有卡片。
参数:xlab
character string, label for the x-axis.
字符串,x轴的标签。
参数:ylab
character string, label for the y-axis.
字符串,y轴的标签。
参数:col
vector of colours to use, defaults to different colour for each card.
向量使用的颜色,默认为每张卡不同的颜色。
参数:main
character string, plot title.
字符串,小区称号。
参数:legend
logical, whether to include a colour legend or not.
逻辑,是否包括色彩的传说,或不。
参数:lwd
numeric, the width of the lines.
数字,线条的宽度。
参数:...
any other arguments will be passed to the matplot function.
任何其他参数将被传递给matplot功能。
Details
详情----------Details----------
The distribution of Ct values in the qPCRset q is calculated using density.
Ct值分布在的qPCRsetq用density计算。
值----------Value----------
A plot is created on the current graphics device.
当前图形设备上创建一个图。
作者(S)----------Author(s)----------
Heidi Dvinge
参见----------See Also----------
matplot, density
matplot,density
举例----------Examples----------
# Loading the data[加载数据]
data(qPCRraw)
# Make plot with all samples or just a few[所有样品图或少数几个]
plotCtDensity(qPCRraw)
plotCtDensity(qPCRraw, cards=c(1,4))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|