Description Usage Arguments Details Value Examples
Normalizes raw data based on different normalization methods.
1 2 3 4 5 |
object |
a cellData object |
norm.method |
getOption("opm.normalization.method") |
Method description: "MP" employes the median polish algorithm which divides data by the median of their plates and wells recursively, while "PMed" only divides data by the median of their plates; "Z" substracts data by their plate medians, and then divides by the median absolute deviations; "Ctr" divides data by the mean of their plate negative controls; "None" avoids the data normalization in this step. The first three methods are based on the assumption that most samples display no biological effects in the assay be analyzed. They are often more effective than "Ctr" method as to the high throughput screening.
a celldata
object with initialized slot norm.data
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.