Description Usage Arguments Value
Performs the standard NOWAC preprocessing steps on your data. This happens after outlier removal. Performs the following steps in the following order:
Background correction. Uses negative control probes (probes that are designed to detect noise) to do a normal-exponential convolution correction
Normalization. Quantile/shoehorn normalization.
Probe filtering. Filters out porobes with bad annotation quality, probes below detection threshold, and probes that arent' present in a certain fraction of the population.
Probe aggregation. Combine probes that detect the same gene to a single value.
| 1 2 | preprocessed(data, negative_controls, pval = 0.01, fval = 0.01,
  verbose = FALSE)
 | 
| data | matrix or LumiBatch, observations by columns, probes by rows | 
| negative_controls | matrix of negative probe intensities for background correction. | 
| pval | a threshold for non-detection of a signal. a signal with detection
p-value above  | 
| fval | the smallest proportion of observations in which a signal should be
detected (as defined by  | 
| verbose | print extra info about filtering/aggregation of probes? Defaults to no. | 
a processed object of same type as data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.