Learn R Programming

MiChip (version 1.26.0)

setIntensityCutoff: Sets a cutoff for the lowest intensity value

Description

Any value less than the cutoff value will be set to NA. This allows near background intensity values to be excluded

Usage

setIntensityCutoff(dmat, intensityCutoff)

Arguments

dmat
matrix of intensity values to which the cutoff value is applied
intensityCutoff
value of lowest acceptable intensity value in the experiment

Examples

Run this code
#Set all the values under 50 in a matrix to NA
## Not run: 
# dmatOver50 <- setIntensityCutoff(dmat, 50)
# ## End(Not run)

Run the code above in your browser using DataLab