myForgivingMedian: Produce Median from Probe Intensity values

Description Usage Arguments Examples

View source: R/MiChip.R

Description

Creates a median to summarize the intensities for individual probes, giving that not all probes will have a valid intensity reading

Usage

1
	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

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

## End(Not run)

MiChip documentation built on Nov. 8, 2020, 8:01 p.m.