Learn R Programming

MiChip (version 1.26.0)

myForgivingMedian: Produce Median from Probe Intensity values

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

Run this code

#Calculate the median of a matrix omiting NAs
## Not run: 
# myForgivingMedian(mat, minSumlength=0)
# ## End(Not run)

Run the code above in your browser using DataLab