signalplots(coRNAi)
signalplots()所属R语言包:coRNAi
plot variation vs signal intensity
图变化与信号强度
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plots the variation of replicates vs the mean intensity either by within screen replicate separatly or over all screen replicates.
图的变化通过复制与平均强度在屏幕复制separatly或超过所有的屏幕复制。
用法----------Usage----------
SDplot(df, xlab="intensity mean",ylab="sd",add=FALSE,main,...)
MAplot(df, main,rank=FALSE)
参数----------Arguments----------
参数:df
df dataframe created by cellHTS2df function
dfdataframe创建cellHTS2df功能
参数:main
main character string to be used as main title
main字符串被用来作为主标题
参数:xlab
xlab label for x-axis
xlabx轴的标签
参数:ylab
ylab label for y-axis
ylabY轴标签
参数:add
add logical, should result be added to existing plot
add逻辑,应该结果被添加到现有的图
参数:rank
rank if TRUE the rank of the average intensities will be used
rank如果为TRUE将用于平均强度排名
参数:...
... further arguments to be passed to the plot function.
...要传递给绘图功能的进一步论据。
值----------Value----------
plot
图
作者(S)----------Author(s)----------
Elin Axelsson
参见----------See Also----------
plot
plot
举例----------Examples----------
data(screen1_raw)
df=cellHTS2df(screen1_raw,neutral="Fluc")
MAplot(df,main="raw data")
SDplot(df,main="raw data")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|