Description Usage Arguments Examples
Spots flagged with a -ve quality flag value by the scanner may be regarded as not present. This method sets their intensity to NA.
1 | correctForFlags(eset, intensityCutoff=0)
|
eset |
|
intensityCutoff |
value of lowest acceptable intensity value in the experiment |
1 2 3 4 5 | #Correct ExpressionSet for flags of spots marked as unreadable
## Not run:
myCorrectedEset <-correctForFlags(eset, intensityCutoff=0)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.