repplots(coRNAi)
repplots()所属R语言包:coRNAi
reproducibility plots
重现图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plots reproducibility of replicates within/between screens
图重复性是/屏幕之间复制
用法----------Usage----------
BetweenScreenPlot(df, what="value",names,smooth=TRUE)
WithinScreenPlot(df, what="value",main="within-screen replicates",ylab ="technical replicate 2",xlab= "technical replicate 1",smooth=TRUE,...)
参数----------Arguments----------
参数:df
df dataframe created by the cellHTS2df function
df dataframe创建由cellHTS2df功能
参数:names
names optional, character vector with names of the different screens.
names可选,不同的屏幕名称的字符向量。
参数:what
what what should be plotted, eg value or residuals
what应该怎样绘制,如值或残差
参数:main
main main title
main主标题
参数:ylab
ylab label for y-axis
ylabY轴标签
参数:xlab
xlab label for x-axis
xlabx轴的标签
参数:smooth
smooth shoud the smoothScatter function be called. Default is TRUE.
smooth电视剧续集失误smoothScatter函数被调用。默认值是TRUE。
参数:...
... further argument to be passed to the plot function
...要传递给绘图功能的进一步论证
值----------Value----------
pairs plot
对图
作者(S)----------Author(s)----------
Elin Axelsson
参见----------See Also----------
pairs,plot
pairs,plot
举例----------Examples----------
data(screen1_raw)
df = cellHTS2df(screen1_raw,neutral="Fluc")
BetweenScreenPlot(df)
WithinScreenPlot(df)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|