找回密码
 注册
查看: 712|回复: 0

R语言 multiscan包 plot.multiscan()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 07:37:33 | 显示全部楼层 |阅读模式
plot.multiscan(multiscan)
plot.multiscan()所属R语言包:multiscan

                                        Plot fitted model and standardised residuals for a multiscan object
                                         图拟合模型的MultiScan对象为标准化残差

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function provides  plots for fitted model and standardised residual for multiscan fitted objects.
此功能提供了multiscan装对象的拟合模型和标准化剩余的图。


用法----------Usage----------


## S3 method for class 'multiscan'
plot(x, residual=FALSE,...)



参数----------Arguments----------

参数:x
a multiscan fitted object.
multiscan拟合对象。


参数:residual
Logical. Should residuals be plotted instead of the fitted model?. Defaults to FALSE.
逻辑。残差应该被绘制的拟合模型,而不是? FALSE默认。


参数:...
Further arguments passed to the plot function.
进一步传递给plot函数的参数。


Details

详情----------Details----------

Fitted model on the input data, after rescaling by the corresponding scanning effects, is plotted against the estimated gene expressions. Standardised residuals for each scan of data are plotted against the
对输入的数据拟合模型后,重新调整相应的扫描效果,绘制对估计的基因表达。扫描每个数据的标准化残差暗算


值----------Value----------

Returns either one plot of the fitted model (residual=FALSE) on the input data or
返回一个图上输入数据或拟合模型(residual=FALSE)


参考文献----------References----------

Statistical estimation of gene expression using multiple laser scans of microarrays.

参见----------See Also----------

multiscan
multiscan


举例----------Examples----------



data(murine)

fit<-multiscan(murine)

## plot the fitted model[#绘制拟合模型]

plot(fit)

## plot the residuals[#绘制残差]

op<-par(mfrow=c(2,2))
plot(fit, residual=TRUE)
par(op)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-3 01:07 , Processed in 0.018890 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表