Description Usage Arguments Examples
Any value less than the cutoff value will be set to NA. This allows near background intensity values to be excluded
1 | setIntensityCutoff(dmat, intensityCutoff)
|
dmat |
matrix of intensity values to which the cutoff value is applied |
intensityCutoff |
value of lowest acceptable intensity value in the experiment |
1 2 3 4 5 | #Set all the values under 50 in a matrix to NA
## Not run:
dmatOver50 <- setIntensityCutoff(dmat, 50)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.