arrayTrend(MANOR)
arrayTrend()所属R语言包:MANOR
Spatial trend of microarray spots statistic
芯片点统计的空间趋势
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function arrayTrend computes the spatial trend.
的功能arrayTrend计算空间的趋势。
用法----------Usage----------
## Default S3 method:[默认方法]
arrayTrend(Statistic, Col, Row, ...)
## S3 method for class 'arrayCGH'
arrayTrend(arrayCGH, variable, ...)
参数----------Arguments----------
参数:Statistic
Statistic to be smoothed.
统计要平滑。
参数:Col
Vector of columns coordinates.
列向量坐标。
参数:Row
Vector of rows coordinates.
行向量的坐标。
参数:arrayCGH
Object of class arrayCGH.
对象类arrayCGH。
参数:variable
Variable to be smooth.
变量是平稳。
参数:...
Parameters to be passed to loess function.
loess函数参数传递。
Details
详情----------Details----------
Spatial trend of microarray spots statistic.
芯片点统计的空间趋势。
值----------Value----------
Either a data frame with elements :
无论是数据框的元素:
参数:Trend
Trend fitted by loess function.
loess函数拟合的趋势。
参数:Col
Vector of columns coordinates.
列向量坐标。
参数:Row
Vector of rows coordinates.
行向量的坐标。
or the element Trend is added to the data.frame arrayValues of the arrayCGH object.
或元素Trend被添加到的数据框arrayValuesarrayCGH对象。
注意----------Note----------
People interested in tools for array-CGH analysis can
阵列比较基因组杂交分析工具有兴趣的人可以
作者(S)----------Author(s)----------
Philippe Hup |