plot-method(LVSmiRNA)
plot-method()所属R语言包:LVSmiRNA
Plot of Residual Variance and Array Effect
积残差和阵列的影响
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots results from estVC
从estVC图的结果
用法----------Usage----------
## S4 method for signature 'RA'
plot(x,Atransf=c("both","sqrt","log"), abline=c("none","rq"),df=3,proportion=.7,
col="black",col.rq="red")
参数----------Arguments----------
参数:x
An object of class RA resulting from estVC.
一个类的对象RA因estVC。
参数:Atransf
Transformation to apply at Array Effect
转化为适用于阵列的影响
参数:abline
Add a line to the plot representing a quantile fit
图较位数适合添加一行
参数:df
Degrees of freedom of the quantile regression
度分量回归自由
参数:proportion
Quantile to fit
分量来安装
参数:col
Color for plotting points
绘制点颜色
参数:col.rq
Color for plotting quantile line
彩色绘图,分量线
作者(S)----------Author(s)----------
Stefano Calza <stefano.calza@biostatistics.it>, Suo Chen and Yudi Pawitan.
参考文献----------References----------
参见----------See Also----------
estVC,rq
estVC,rq
举例----------Examples----------
## Not run: [#无法运行:]
# Starting from an EList object called MIR[从所谓的miR EList对象]
data("MIR-spike-in")
AA <- estVC(MIR,method="joint")
plot(AA)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|