This class is used for adjusting p-values with stage-wise testing for high-throughput studies.
pScreen
A vector of p-values for the screening hypothesis.
pConfirmation
A matrix of p-values for the confirmation hypotheses.
adjustedP
A matrix of adjusted p-values. This slot should be accessed through getAdjustedPValues,stageR,logical,logical-method
. Alternatively, significance results can be accessed through getResults,stageR-method
.
method
Character string indicating the method used for FWER correction in the confirmation stage of the stage-wise analysis. Can be any of "none"
, "holm"
, "dte"
, "dtu"
, "user"
. "none"
will not adjust the p-values in the confirmation stage. "holm"
is an adapted Holm procedure for a stage-wise analysis, where the method takes into account the fact that genes in the confirmation stage have already passed the screening stage, hence the procedure will be more powerful for the most significant p-value as compared to the standard Holm procedure. "dte"
is the adjusted Holm-Shaffer procedure for differential transcript expression analysis. "dtu"
is the adjusted Holm-Shaffer procedure for differential transcript usage. "user"
indicates a user-defined adjustment that should be specified with the adjustment
argument.
alpha
the OFDR level on which the stage-wise analysis should be controlled.
alphaAdjusted
the adjusted significance level to compare against FWER-adjusted p-values of the confirmation stage to decide on significance of the hypothesis test.
pScreenAdjusted
logical, indicating whether the supplied p-values for the screening hypothesis have already been adjusted for multiplicity according to the FDR.
tx2gene
matrix with transcript IDs in the first column and gene IDs in the second column to be used for DTE and DTU analysis. All rownames from pConfirmation
should match with a transcript ID and all names from pScreen
should match with a gene ID.
Van den Berge K., Soneson C., Robinson M.D., Clement L. (2017). stageR: a general stage-wise method for controlling the gene-level false discovery rate in differential expression and differential transcript usage. Genome Biology 18:151. https://doi.org/10.1186/s13059-017-1277-0 R. Heller, E. Manduchi, G. R. Grant, and W. J. Ewens, "A flexible two-stage procedure for identifying gene sets that are differentially expressed." Bioinformatics (Oxford, England), vol. 25, pp. 1019-25, 2009. S. Holm, "A Simple Sequentially Rejective Multiple Test Procedure," Scandinavian Journal of Statistics, vol. 6, no. 2, pp. 65-70, 1979. J. P. Shaffer, "Modified Sequentially Rejective Multiple Test Procedures," Journal of the American Statistical Association, vol. 81, p. 826, 1986.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.