Produce Median from Probe Intensity values
从探针强度值产生位数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a median to summarize the intensities for individual probes, giving that not all probes will have a valid intensity reading
创建一个位数总结个别探针的强度,从而,并非所有的探针将有一个有效的强度读数
用法----------Usage----------
myForgivingMedian(mat, minSumlength=0)
参数----------Arguments----------
参数:mat
matrix of data to calculate the median from
数据矩阵计算中位数
参数:minSumlength
The lowest acceptable length of the matrix to calculate a median
最低可接受长度的矩阵计算中位数
举例----------Examples----------
#Calculate the median of a matrix omiting NAs[计算一个矩阵omiting NAS的中位数]
## Not run: [#无法运行:]
myForgivingMedian(mat, minSumlength=0)