significant | R Documentation |
In the world of multiple testing that is inhabited by most microarray or protein profiling experiments, analysts frequently perform separate statistical tests for each gene or protein in the experiment. Determining cutoffs that achieve statistical significance (in a meaningful way) is an inherent part of the procedure. It is then common to select the significant items for further processing or for preparing reports, or at least to count the number of significant items. These generic functions provide a standard set of tools for selecting and counting the significant items, which can be used with various statistical tests and various ways to account for multiple testing.
## S4 method for signature 'ANY'
cutoffSignificant(object, ...)
## S4 method for signature 'ANY'
selectSignificant(object, ...)
## S4 method for signature 'ANY'
countSignificant(object, ...)
## S4 method for signature 'ANY'
probDiff(object, p0, ...)
object |
an object that performs multiple statistical tests on microarray or proteomics data |
p0 |
Prior probability that an observed value comes from the lnown distribution. |
... |
additional arguments affecting these generic methods |
cutoffSignificant
returns appropriate cutoff values that achieve
specified significance criteria.
selectSignificant
returns a logical vector, with TRUE
values
indicating items that satisfy the cutoff making them statistically
significant.
countSignificant
returns an integer, representing the number of
significant items.
Kevin R. Coombes krc@silicovore.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.