myForgivingMedian {MiChip}R Documentation

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


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

## End(Not run)

[Package MiChip version 1.42.0 Index]