Description Usage Arguments Examples
Creates a median to summarize the intensities for individual probes, giving that not all probes will have a valid intensity reading
1 | 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 |
1 2 3 4 5 | #Calculate the median of a matrix omiting NAs
## Not run:
myForgivingMedian(mat, minSumlength=0)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.