myForgivingMedian {MiChip} | R Documentation |
Creates a median to summarize the intensities for individual probes, giving that not all probes will have a valid intensity reading
myForgivingMedian(mat, minSumlength=0)
mat |
matrix of data to calculate the median from |
minSumlength |
The lowest acceptable length of the matrix to calculate a median |
#Calculate the median of a matrix omiting NAs ## Not run: myForgivingMedian(mat, minSumlength=0) ## End(Not run)